@CHARSET "UTF-8";

/*** RESET ***/

#cart div, #cart span, #cart applet, #cart object, 
#cart h1, #cart h2, #cart h3, #cart h4, #cart h5, #cart h6, #cart p, #cart blockquote, #cart pre,
#cart a, #cart abbr, #cart acronym, #cart address, #cart big, #cart cite, #cart code,
#cart del, #cart dfn, #cart em, #cart font, #cart img, #cart ins, #cart kbd, #cart q, #cart s, #cart samp,
#cart small, #cart strike, #cart strong, #cart sub, #cart sup, #cart tt, #cart var,
#cart b, #cart u, #cart i, #cart center,
#cart dl, #cart dt, #cart dd, #cart ol, #cart ul, #cart li,
#cart fieldset, #cart form, #cart label, #cart legend,
#cart table, #cart caption, #cart tbody, #cart tfoot, #cart thead, #cart tr, #cart td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

ol, #cart ul {
	list-style: none;
}

blockquote, #cart q {
	quotes: none;
}

blockquote:before, #cart blockquote:after,
q:before, #cart q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
#cart ins {
	text-decoration: none;
}

#cart del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
#cart table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cart .clear {
	clear: both;
}

#cart {
}

/*** SET GLOBAL CART LINKS STYLE ***/
#cart {
	color: #454545;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	clear: both;
	width: 100%;
}

a {
	color: #454545;
	text-decoration:none;
}

#cart a {
	color: #000;
}

#cart .left {
	text-align: left;
}

#cart .right {
	text-align: right;
}

#cart .center {
	text-align: center;
}

#cart .orange {
	color: #404040;
	font-weight: bold;
	font-size: 10px;
}

/*** HEADER ***/
#cart p.sysMsg {
	margin: 6px 0;
	font-weight: bold;
}
	
	
#cart #cartHeader {
	width: 680px;
	float: left;
	border-bottom: 2px solid #d3cdcd;
	border-top: 2px solid #d3cdcd;
	margin-bottom: 5px;
}

#cart .cartData {
	width: 700px;
	float: left;
}
	
#cart #cartNav {
	float: left;
}

#cart #cartNav ul {
	float: left;
	margin-bottom: 4px;
	margin-top: 4px;
}

#cart #cartNav li {
	float: left;
	margin-right: 12px;
}

#cart .btn, #cart .btnWide {
	border: none;
	cursor: pointer;
}

#cart .btn {
	width: 80px;
	height: 32px;
	display: block;
}

#cart .btnWide {
	width: 105px;
	height: 32px;
	display: block;
}


#cart .btnWide_75 {
	width: 75px;
	height: 32px;
	display: block;
}

#cart .btnWide_120 {
	width: 120px;
	height: 32px;
	display: block;
}

#cart .btnWide_150 {
	width: 150px;
	height: 32px;
	display: block;
}

#cart .btnProducts {
	background: url("../img/btn_products.png") no-repeat top left;
}

#cart .btnShoppingCart {
	background: url("../img/btn_shopping_cart.png") no-repeat top left;
}

#cart .btnFavourites {
	background: url("../img/btn_favourites.png") no-repeat top left;
}

#cart .btnClearFavourites {
	background: url("../img/btn_clear_favourites.png") no-repeat top left;
}

#cart .btnLogin {
	background: url("../img/btn_login.png") no-repeat top left;
}

#cart .btnRegister {
	background: url("../img/btn_register.png") no-repeat top left;
}

#cart .btnCreate {
 background: url("../img/btn_create_account.png") no-repeat top left;
}

#cart .btnLogout {
	background: url("../img/btn_logout.png") no-repeat top left;
}

#cart .btnPastOrders {
	background: url("../img/btn_past_orders.png") no-repeat top left;
}

#cart .btnSearch {
	background: url("../img/btn_search.png") no-repeat top left;
}

#cart .btnBuy {
	background: url("../img/btn_buy_off.png") no-repeat top left;
	width:160px;
	cursor: default;
}

#cart .btnBuyOn {
	background: url("../img/btn_buy_on.png") no-repeat top left;
	cursor: pointer;
	width:160px;
}

#cart .btnViewMore {
	background: url("../img/btn_read_more.png") no-repeat top left;
	float: right;
}

#cart .btnUpdateQuantity {
	background: url("../img/btn_update_quantity.png") no-repeat top left;
	float: right;
}

.btnUpdate {
	background: url("../img/btn_update.png") no-repeat top left;
	float: right;
}

#cart .btnApplyCode {
	background: url("../img/btn_apply_code.png") no-repeat top left;
	float: right;
}

#cart .btnCheckout {
	background: url("../img/btn_checkout.png") no-repeat top left;
	float: right;
}

#cart .btnViewSimilar {
	background: url("../img/btn_view_similar.png") no-repeat top left;
	float: left;
}

#cart .btnAddToFavourites {
	background: url("../img/btn_add_favourites.png") no-repeat top left;
	float: left;
}

#cart .btnRemoveFavourite {
	background: url("../img/btn_remove_favourite.png") no-repeat top left;
	float: left;
}

#cart .btnSendToFriend {
	background: url("../img/btn_sent_to_friend.png") no-repeat top left;
	float: left;
	margin: 0px 0px;
}

#cart .btnPassword {
	background: url("../img/btn_password.png") no-repeat top left;
	float: left;
}

#cart .btnSend {
	background: url("../img/btn_send.png") no-repeat top left;
	float: left;
}

#cart .btnBack {
	background: url("../img/btn_back.png") no-repeat top left;
	float: right;
}

#cart a.btnLike {
	float: none;
}

#cart #cartSearch {
	text-align: left;
}

#cart #cartSearchFrom {
	margin-bottom: 4px;
	float: left;
	clear: both;
	padding-bottom:12px;
}

#cart #cartSearchFrom input, #cart #cartSearchFrom select {
	float: left;
}

#cart #cartSearchFrom input[type=text], #cart #cartSearchFrom select {
	padding: 5px 3px;
	margin-right: 4px;
	margin-top: 2px;
	border: 1px solid #dadada;
	/*height: 22px;*/
	width: 180px;
}

#cart #cartCategorySelect {
	margin-bottom: 4px;
	float: right;
	text-align: right;
}

#cart #cartCategorySelect select {
	border: 1px solid #dadada;
	padding: 2px;
}


#cart .view_product {
	float: left; 
	margin-bottom: 8px; 
	margin-top:25px;
	width: 670px;
}


#cart .categoriesWrapper {
	float: left;
	margin-right: 25px;
}

#cart .categoriesWrapper li {
	margin-bottom: 1px;
	float: left;
	clear: both;
}

#cart .categoriesWrapper li a {
	padding: 2px;
	float: left;
	width: 121px;
	text-decoration: none;
	font-weight:bold;
	color:#505050;
}

#cart .categoriesWrapper li a:hover {
	background-color: #f3f3f3;
}

#cart .categoriesWrapper li a.categorySelected {
	background-color: #e7e6e6;
}

#cart .products_wrapper {
	float: left;
	width: 710px;
	margin-top: 0px;
}

#cart .products_wrapper .product_wrapper .productImage {
	width: 200px;
	text-align:center;
}

/*** LIST LAYOUT ***/
#cart .listLayout {
	float: left;
}

#cart .listLayout h2 {
	margin-bottom: 16px;
}

#cart .listLayout .price {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

#cart .listLayout .description {
	margin-bottom: 8px;
	float: left;
	width: 460px;
}

#cart .listLayout .product_wrapper {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 25px;
}

#cart .listLayout .productImage {
	float: left;
	width: 125px;
}
	
#cart .listLayout .productImage a {
	float: left;
}

#cart .listLayout .productImage a img {
	width:125px
}

#cart .listLayout .productImage a:hover img {
	border: 2px solid #d3cdcd;
}

#cart .listLayout .productImage img {
	border: 2px solid #ebeaea;
}

#cart .listLayout .productData {
	width: 430px;
	float: left;
	margin-left:20px;
}

#cart .listLayout .product_wrapper .attributes {
	margin-bottom: 20px;
	float: right;
}

#cart .listLayout .attributes label {
	display: block;
	margin: 2px 0;
}

#cart .listLayout .productForm input[type=submit] {
	display: block;
	margin-top: 4px;
}

/*** GRID LAYOUT ***/
#cart .gridLayout {
	float: left;
}

#cart .gridLayout .product_wrapper {
	width: 225px;
	float: left;
	margin-bottom: 25px;
	font-size: 11px;
	color: #454545;
	padding-left: 2px;
}


#cart .gridLayout .productData {
	margin-bottom: 4px;
	float: left;
	margin-bottom: 4px;
	width: 210px;
}

#cart .gridLayout h2 {
	margin-bottom: 4px;
}

#cart .gridLayout .productImage a {
}

#cart .gridLayout .productImage {
	width: 125px;
	float: left;
	margin-right: 0px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #CCC;
}

#cart .gridLayout .productImage a img {
	width:180px
}


#cart .gridLayout .productImage a:hover img {
	
}

#cart .gridLayout .productImage img {
	
}

#cart .gridLayout .attributes {
	float: left;
}

#cart .gridLayout .attributes label {
	display: block;
	margin: 2px 0;
}

#cart .gridLayout .productForm input[type=submit] {
	display: block;
	margin-top: 4px;
}

#cart .gridLayout .description {
	margin-bottom: 4px;
	clear: both;
	color: #454545;
	font-size: 11px;
	padding-right: 0px;
}

#cart .gridLayout .price {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}

/*** PAGINATION ***/
#cart .cartPagination {
	float: left;
	clear: both;
	width: 670px;
	border-top: 2px solid #d3cdcd;
	padding-top: 8px;
	margin-top: 2px;
}

#cart .cartPagination a {
	padding: 4px 2px;
	margin-right: 2px;
	color: #6a6a6a;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#cart .cartPagination .current {
	padding: 4px 2px;
	margin-right: 2px;
	background-color: #FFFFFF;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#cart .cartPagination .label {
	margin-right: 4px;
	font-weight: bold;
	color: #6a6a6a;
	float: left;
	line-height: 21px;
}

#cart .cartPagination .dots {
	color: #6a6a6a;
	background: none;
	font-weight: bold;
	border: none;
	line-height: 14px;
	padding-top: 8px;
	text-shadow: none;
	float: left;
	margin-right: 2px;
}

/*** VIEW PRODUCT ***/
#cart .product_wrapper {
	
}

#cart .product_wrapper .productImage {
	float: right;
	width: 380px;
}

#cart .product_wrapper .productImages {
	float: left;
	margin-top: 10px;
}

#cart .product_wrapper .view_product_data {
	float: left;
}

#cart .product_wrapper .productImages img {
	float: left;
	width: 70px;
	height: 110px;
	margin: 0 6px 2px 0;
	cursor: pointer;
	border:2px solid #EBEAEA;
}

#cart .product_wrapper .productData {
	float: left;
}

#cart .product_wrapper .productDescription {
	float: left;
	margin-bottom: 10px;
	width: 285px;
}

#cart .product_wrapper .attributes {
	float: right;
	width: 190px;
}

#cart .product_wrapper .attributes span {
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-size: 11px;
}

#cart .product_wrapper .attributes label {
	float: left;
	line-height: 16px;
	margin-right: 4px;
	color: #424141;
	font-size: 11px;
}

#cart .product_wrapper .attributes select {
	float: right;
	width: 100px;
	padding: 2px;
	border: 1px solid #d3cdcd;
	color: #666564;
	font-size: 11px;
}

#cart .product_wrapper .productForm input[type=submit] {
	display: block;
	margin: 0px 0;
}

#cart .product_wrapper .price {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top:12px;
	color: #920000;
}

#cart .product_wrapper h2 {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-top: 1px solid #d7d5d5;
	padding-bottom: 4px;
	margin-bottom: 4px;
	padding-top: 10px;
}

#cart .dataTable {
	width: 690px;
	clear:right;
}

#cart .dataTable td, #cart .dataTable th {
	padding: 4px;
	vertical-align: middle;
	height: 30px;
}

#cart .dataTable h2 {
	float: left;
	color: #000000;
	
}

#cart .dataTable span {
	margin-left: 2px;
}

#cart .dataTable a {
	text-transform: uppercase;
	font-size: 11px;
}

#cart .dataTable .oddRow td {
	background: transparent;
}

#cart .dataTable input[type=text], #cart .dataTable select {
	border: 1px solid #dadada;
	width: 90px;
}

#cart .dataTable .border {
	border-bottom: 2px solid #D3CDCD;
}

#cart .dataTable .slim td {
	height: 10px;
}

#cart #checkoutFrom table {
	width: 630px;
	margin-left:189px;
}

#cart #checkoutFrom td {
	padding: 4px 0;
	vertical-align: middle;
}

#cart #checkoutFrom td.label {
	width: 150px;
}

#cart #checkoutFrom .label {
	font-weight: bold;
}

#cart #creditCardInfo {
	display: none;
}

#cart .checkout_title1 {
}

#cart .checkout_title2 {
}

#cart .checkout_title3 {
}

#cart .formTable {
clear:right;
margin-left:189px;
}

#cart .sendToFriendWrapper {
	float: left;
	margin-top: 12px;
}

#cart .formTable td {
	padding: 4px 4px 4px 0;
	vertical-align: top;
}

#cart .formTable td.label {
	width: 130px;
	line-height: 22px;
}

#cart .formTable input[type=text], #cart .formTable input[type=password], #cart .formTable select, #cart .formTable textarea {
	border: 1px solid #DADADA;
}

#cart .formTable input[type=text], #cart .formTable input[type=password] {
	width: 225px;
}

#cart .formTable textarea {
	width: 225px;
	height: 112px;
}

#cart #categoriesBarContainer {
	width: 199px;
	float: left;
	margin-right: 10px;
}


#categoriesBarContainer .categories {
	width: 187px;
	float: left;
	clear: both;
	background-color: #333333;
	margin: 0 0 0px;
}

#categoriesBarContainer .categories ul,  #categoriesBarContainer .categories ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
#categoriesBarContainer .categories ul li ul {
	padding-left:20px;
	width:157px;
	background-color: #333333;
}
#categoriesBarContainer .categories li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
	border-top:0px solid white;
}

#categoriesBarContainer .categories ul li ul li{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
	background:none;
	border-top:0px;
}

#categoriesBarContainer .categories h4 {
	font-size: 12px;
	float: right;
	font-weight: bold;
	margin-right: 6px;
	padding: 0 0 0 9px;
	color: white;
	line-height: 28px;
}

#categoriesBarContainer .categories h4 {
	background: ##333333;
}


#categoriesBarContainer .categories a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 0px;
	float: left;
	width: 179px;
	text-align:right;
}


#categoriesBarContainer .categories a:hover {
	color: #E1D3AC;
}

#categoriesBarContainer .categories a.catSelected {
	color: #E1D3AC;
}

#categoriesBarContainer .categories ul li ul li a, #categoriesBarContainer .categories ul li ul li a.catSelected {
	background-image:none;
}


#categoriesBarContainer .brands {
	width: 187px;
	float: left;
	clear: both;
	background-color: #3C3C3C;
	margin: 0 0 0px;
}

#categoriesBarContainer .brands ul,  #categoriesBarContainer .brands ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 100%;
}
#categoriesBarContainer .brands ul li ul {
	padding-left:20px;
	width:157px;
	background-color: #3C3C3C;
}
#categoriesBarContainer .brands li {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
	border-top:0px solid white;
}

#categoriesBarContainer .brands ul li ul li{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px;
	background:none;
	border-top:0px;
}

#categoriesBarContainer .brands h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 9px;
	color: white;
	line-height: 28px;
}

#categoriesBarContainer .brands h4 {
	background: #3C3C3C;
}


#categoriesBarContainer .brands a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px 0px;
	float: left;
	width: 179px;
	text-align:right;
}


#categoriesBarContainer .brands a:hover {
	color: #E1D3AC;
}

#categoriesBarContainer .brands a.catSelected {
	color: #E1D3AC;
}

#categoriesBarContainer .brands ul li ul li a, #categoriesBarContainer .brands ul li ul li a.catSelected {
	background-image:none;
}
#cart {
	width: 920px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.tab_bar{
  background-color:#838884 !important;
  height:30px;
  color:#fff;	
}

.top_link{
	float:left;
	padding-right:20px;
	
}
.top_link a{
	text-decoration:none;
}
.btnSearch{
    background: url("../img/menu-group-back.png") no-repeat left;
	width:20px;
	height:25px;
	border: none;
}

a .register{
	color:#0000FF;
	text-decoration:none;
}
a  hover .register{
	color:green;
	text-decoration:none;
}
.menu_bar{
	clear:right;
}