/* @override 
	http://localhost:8888/avstar/css/store.css
	http://avstar.sixsidedstudio.com/css/store.css
*/

#content_main_col2 li {
	padding-left: 15px;
	list-style-type: none;
	list-style-position: inside;
}

/* STORE */
#productList li{
	width: 579px;
	padding: 10px;
	background-color: #ededed;
	border-bottom: 1px solid #a2a2a2;
}

#productList li:first-child {
	border-top: 1px solid #a2a2a2;
}

#productList li.altRow{
	background-color: #FFF;
}

#productList a.info{
}

#productList img, #singleProduct img{
	-webkit-box-shadow: 0px 0px 3px #444;
	-moz-box-shadow: 0px 0px 3px #444;
	margin-top: 22px;
	border: 1px solid #000;
	width: 100px;
	margin-left: 20px;
}
#productList h3 {
	color: #47483e;
	margin-bottom: 0;
	margin-left: 25px;
	font-size: 25px;
}

#productList .qty, #singleProduct .qty{
	width: 35px;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-right: 2px;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#productList label, #singleProduct label{
	font-size: 15px;
	float: right;
	margin-left: 10px;
	font-weight: bold;
}

.price{
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	margin-top: -61px;
	margin-bottom: 60px;
}


.CartAddForm {
	text-align: right;
	margin-top: -50px;
}

#singleProduct table{
	padding: 0 10px 10px;
	width: 100%;
}

div.submit input {
	border: 0px solid #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #555;
	-moz-box-shadow: 0px 0px 3px #555;
	background-color: #5e2a00;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

#miniCart{
	text-align: center;
}

#miniCart li{
	padding: 0px;
}

li#miniTotal{
	font-size: 18px;
	color: #727272;
}

#miniCart a{
	text-decoration: underline;
}

input#UserUsername {
	margin-bottom: 10px;
}

#cartLogin ul{
	margin-bottom: 0;
}

#cartLogin input#submit{
	margin-left: 15px;
}

div#flashMessage{
	font-size: 30px;
	background-color: #a6d181;
	width: 489px;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-box-shadow: 0px 0px 3px #444;
	-moz-box-shadow: 0px 0px 3px #444;
	
}

/* STORE */

/* Paging */
div.disabled {
	display: none;
}

div.paging{
	text-align: right;
	width: 597px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

div.paging a:hover{
	color: #000;
}

span.current{
	font-size: 30px;
	vertical-align: middle;
}

/* Paging */
/* My Comment */
