@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 th, #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%;
}

#cart a {
	color: #000;
}

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

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

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

#cart .orange {
	color: #fa9600;
	font-weight: bold;
}

/*** HEADER ***/
#cart p.sysMsg {
	margin: 6px 0;
	font-weight: bold;
}
	
	
#cart #cartHeader {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 2px solid #59412d;
	margin-bottom: 15px;
}
	
#cart #cartNav {
	float: left;
}

#cart #cartNav ul {
	float: left;
	margin-bottom: 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: 113px;
	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 .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;
	cursor: default;
}

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

#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;
}

#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 .btnCheckout2 {
	background: url("../img/btn_checkout2.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;
}

#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 {
	float: right;
	text-align: left;
}

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

#cart #cartSearchFrom input {
	float: left;
}

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

#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: 100%;
}


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

#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: 800px;
}

#cart .products_wrapper .product_wrapper .productImage {
	float: left;
	width: 125px;
	margin-right: 8px;
}

/*** 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;
	margin-right: 8px;
	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: 350px;
	float: left;
	margin-bottom: 25px;
	margin-right:15px;
	margin-left:15px;
	padding: 10px;
	font-size: 11px;
	color: #454545;
}


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

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

#cart .gridLayout .productImage a {
	float: left;
}

#cart .gridLayout .productImage {
	width: 125px;
	float: left;
	margin-right: 8px;
}

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


#cart .gridLayout .productImage a:hover img {
	border: 2px solid #D3CDCD;
}

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

#cart .gridLayout .attributes {
	float: left;
}
#cart .gridLayout .attributes .description {
	margin-bottom: 14px;
	float: right;
	clear: both;
	color: #666666;
	font-size: 12px;
}

#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: 14px;
	float: right;
	clear: both;
	color: #666666;
	font-size: 12px;
	text-align: right;
}

#cart .gridLayout .description2 {
	margin-top: 14px;
	float: right;
	clear: both;
	color: #666666;
	font-size: 11px;
}


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

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

#cart .cartPagination a {
	padding: 4px 7px;
	margin-right: 2px;
	background: url("../../img/bg_pagination.jpg") repeat-y center top;
	border: 1px solid #eaeaea;
	color: #6a6a6a;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #FFFFFF
	box-shadow: 0px 0px 1px #e6e6e6;
	-moz-box-shadow: 0px 0px 1px #e6e6e6;
	-webkit-box-shadow: 0px 0px 1px #e6e6e6;
	float: left;
}

#cart .cartPagination .current {
	padding: 4px 7px;
	margin-right: 2px;
	background-color: #FFFFFF;
	border: 1px solid #eaeaea;
	color: #d98706;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 1px #FFFFFF
	box-shadow: 0px 0px 1px #e6e6e6;
	-moz-box-shadow: 0px 0px 1px #e6e6e6;
	-webkit-box-shadow: 0px 0px 1px #e6e6e6;
	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: left;
	width: 250px;
	margin-right: 8px;
}

#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: 40px;
	height: 40px;
	margin: 0 6px 2px 0;
	cursor: pointer;
	border:2px solid #EBEAEA;
}

#cart .product_wrapper .productData {
	float: left;
	/*width: 826px;*/
}

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

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

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

#cart .product_wrapper .attributes label {
	float: right;
	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: 5px 0;
	float: right;
}

#cart .product_wrapper .price {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #fa9600;
	text-align: right;
}

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

#cart .dataTable {
	width: 100%;
}

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

#cart .dataTable h2 {
	float: left;
}

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

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

#cart .dataTable .oddRow td {
	background: url("../img/bg_row.jpg") repeat-x top left;
}

#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: 100%;
}

#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 {

}

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

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

#cart .formTable td.label {
	width: 100px;
	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;
}















