@charset "utf-8";
/* CSS Document */


.Required {
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
	}
.Error, .error {
	color:#FF0000;
	font-weight:bold;
}

.standard-content {
	padding:5px 20px 20px 20px;
	font-size:12px;
}
.standard-form {
	border: 1px solid #D4D0C8;
	padding: 10px;
	text-align: center;
	background-color: #EFEFEF;
	width:500px;
	margin:0 auto 20px auto;
}
.standard-form table {
	width:auto;
	margin:0 auto;
}
.standard-form th {
	width:30%;
	padding:5px;
	text-align:right;
	font-weight:bold;
}
.standard-form td {
	width:70%;
	padding:5px;
	text-align:left;	
}



/* MINI ACCOUNT / QUICK LOGIN */
.mini-account {
	background:url(../images/mini-account-bg.png) bottom no-repeat;
	width:367px;
	float:right;
	font-size: 12px;
	padding:8px;
}
.mini-account .signin-form table { 
	width:100%;
	margin:0 auto;
}
.mini-account .signin-form {
	height:80px;
	display:none;
}
.mini-account .welcome-msg {
	color:#A2A2A2;
	text-align:left;
	font-weight:bold;
}


/* CATEGLOG MENU */
.catalog-menu {
	background:url(../images/menu-bg.jpg) left repeat-y;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	padding:10px 0 10px 10px;
	margin: 0;
}
.catalog-menu li, .catalog-menu ul {
	display:block;
	margin: 0;
	padding: 0;
}
.catalog-menu a {
	color:#333;
	text-decoration:none;
	display:block;
	margin-bottom: 6px;
}
.catalog-menu a:hover {
	color:#C00;
}
.catalog-menu .selected {
	color:#C00;
	font-weight:bold;
}
.catalog-menu .sub-category {
	list-style:none;
	font-size:11px;
	padding-left:10px;
	margin: 0;
}

/* SEARCH FORM */
.search-input {
	clear:both;
	margin: 10px auto 3px auto;
	padding:3px;
	width:140px;
	border:1px solid #000;
	display: block;
}




/* BEST SELLERS */
.best-sellers-box {
	background:url(../images/best-sellers-box.gif) top center no-repeat;
	width:165px;
	height:213px;
	padding-top: 27px;
	margin: 10px auto;
}
.best-sellers {
	height: 200px;
	width: 133px;
	padding:0;
	margin:0 auto;
	overflow: hidden
}
.best-sellers img {

}
.best-sellers .image {
	height: 170px;
	width: 133px;
	overflow:hidden;
	text-align:center;
	margin-top:20px;
}
/* PRODUCT LIST*/
.category-image {
	height:225px;
}
.category-name {
	padding:5px 10px;
	font-weight:bold;
	color:#333;
	text-align:left;
}
.product-list-sorter {
	font-size:11px;
	padding:5px;
	text-align: right;
}
.product-list-sorter ul {
	display:inline;
}
.product-list-sorter li {
	list-style:none;
	padding-left:5px;
	display: inline;
}
.product-list-sorter .asc {
	background:url(../images/sort_asc.gif) left;
	padding-left:20px;
}
.product-list-sorter .desc {
	background:url(../images/sort_desc.gif) left;
	padding-left:20px;
}

.product-list {
	width:770px;
	margin:0 auto;
}
.product-list .product {
	float: left;
	padding: 10px;
	border-left: 1px solid #CCC;
	width: 170px;
	height: 240px;
}

.product-list .first {
	border-left: none;
}
.product-list .last {
	
}
.product-list .newrow {
	border-top: 1px solid #CCC;	
}
.product-list img {

}
.product-list .image {
	height:170px;
	width:170px;
	text-align:center;
}
.product-list .product-name {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #171925;
	margin: 8px 0 3px 0;
	text-align: left;
	height: 30px;
	overflow: hidden;
	display: block;
}
.product-list .product-price {
	
	font-weight: bold;
}
.product-list a { text-decoration: none; }
.product-list a:hover {
	color:#F00;
}



/* PAGINATION */
.paginator {
	magin-top:15px;
	font-size:11px;
	color:#666;
	text-align:center;
}
.paginator .products-shown {

}
.paginator .pages {
	padding:10px 0;	
}
.paginator .pages .page {
	padding:4px 6px;
	border:1px solid #CCC;
	margin:0 2px;
	color:#666;
	text-decoration:none;
}
.paginator .pages .selected, .paginator .pages .page:hover {
	background-color:#ECEDFF;
}
.paginator .pages-shown {

}
.paginator .dropdown {
	text-align:right;
	padding:10px;
}






/* ACCOUNT */
.account {
	padding: 10px;
	font-size: 12px;
}
.account .welcome-msg {
	clear: both;
	font-size: 18px;
	margin: 8px 0;
	padding-top: 6px;
}
.account h2 {
	margin: 0;
	font-size: 14px;
	padding: 0;
}
.account .orders {
	width: 200px;
	float: left;
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: 160px;
}
.account .search-orders {
	width: 510px;
	float: right;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
	height: 160px;
}
.account .search-order-id {
	clear: both;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 10px;
}
.account .orders-list table {
	width: 100%;
}
.account .orders-list {
	border: 1px solid #999;
	background-color: #EEE;
	margin: 10px 0;
	padding: 10px;
}
.account .orders-list th {
	padding: 5px;
	background-color: #D7D8D8;
	border: 1px solid #999;
	;
}
.account .orders-list td {
	padding: 5px;
	border: 1px solid #999;
	;
}
.account .orders-list .empty  {
	color:#999;
	font-weight:bold;
	text-align:center;
	padding: 20px;
}
.account .settings {
	padding: 10px;
	margin: 10px 0;
	background-color: #EEE;
	border: 1px solid #999;
}

.create-new-account {
	text-align: left;
}
.create-new-account h2 {
	color: #090;
}
.create-new-account p {
	margin-left: 30px;
}
.create-new-account ul {
	margin-left: 60px;
}
.customer-sign-in h2 {
	text-align: left;
	color: #F60;
}
.customer-sign-in table {
	margin: 0 auto;
}
.customer-sign-in .login-btn {
	margin: 10px auto;
	text-align: center;
}
.customer-sign-in .forgot {
	text-align: right;
}


.order-info {
	padding:10px 20px;
	font-size:11px;
}
.order-info th {
	background-color:#D9DADC;
	padding:10px;
}
.order-info td {
	padding:10px;
	background-color: #E9E9EB;
}
