





/*--------------------------------------------------------------------------------------*/
/*								CATEGORY PAGE -> LIST PRODUCTS							*/
/*--------------------------------------------------------------------------------------*/
div.products{
	
}
table.products{
	width:100%;
	border-spacing:0;
}

table.products tr td{
	border-bottom:1px solid #aaa;
	padding:20px 0px;
}
table.products td.image{
	width:160px;
}
table.products td.description{
	padding:20px 10px;
}
table.products td.description .name{
	font-size:15px;
	font-weight:bold;
	color: #54397F;
	margin:2px 0;
}
table.products td.description .note{
	font-style:italic;
	color:#444;
	margin:2px 0;
}
table.products td.description a{
	color: #171A4D;
}
table.products td.description .description{
	margin-top:5px;
	color:#666;
}
table.products td.price{
	width:60px;
	font-weight:bold;
	color:#666;
	padding:20px 20px;
}
table.products td.buttons{
	text-align:right;
}
table.products tr.new td.buttons{
	background: url('/images/icons/new.png') no-repeat 90% 5%;
}
/*---------------------------------------------------------------------*/
a.cart_view{
	padding-left:32px;
	height:24px;
	line-height:24px;
	background:url('/images/icons/cart.png') no-repeat;
	display:block;
}
button.cart_add{
	cursor:pointer;
	width:auto;
	min-width:80px;
	line-height:28px;
	height:30px;
	color: #5638FF;
	border:1px solid #ccc;
	padding:2px 2px 2px 28px;
	background:url('/images/icons/cart_add.png') 2px 2px no-repeat;	
}
button.cart_add:hover{
	border:1px solid #5638FF;
}
button.remove{
	cursor:pointer;
	width:16px;
	height:16px;
	border:none;
	background:url('/images/icons/cancel.png') no-repeat;
	opacity:.5;
}
button.remove:hover{
	opacity:1;
}

/*--------------------------------------------------------------------------------------*/
/*										PRODUCT PAGE									*/
/*--------------------------------------------------------------------------------------*/

div.product{
	margin-top:-20px;
	padding:20px 20px;
	background-color:#F2F2EE;
	color:#666;
}
div.product img{
	border:1px solid #aaa;
	width:300px;
	margin-top:20px;
}
div.product .name{
	font-size:16px;
	font-weight:bold;
	color: #171A4D;
	margin:2px 0;
}
div.product .note{
	font-style:italic;
	color:#54397F;
	margin:2px 0;
}
div.product .description{
	margin-top:15px;
	color:#666;
}

/*--------------------------------------------------------------------------------------*/
/*								PRODUCT PAGE -> CUSTOMIZE PRODUCT						*/
/*--------------------------------------------------------------------------------------*/
#customize_product{
	float:right;
	width:270px;
	font-size:12px;
	margin-left:20px;
	color:#333;
}
#customize_product .top{
	height:7px;
	background:url('/store/images/customize_panel_bg.png') no-repeat;
	overflow:hidden;
}
#customize_product .dark_divider{
	height:7px;
	background:url('/store/images/customize_panel_bg.png') -270px 0 repeat-y;
	overflow:hidden;
}
#customize_product .dark{
	background:url('/store/images/customize_panel_bg.png') -540px 0 repeat-y;
	padding: 4px 4px;
}
#customize_product .light_divider{
	height:7px;
	background:url('/store/images/customize_panel_bg.png') -810px 0 repeat-y;
	overflow:hidden;
}
#customize_product .light{
	background:url('/store/images/customize_panel_bg.png') -1080px 0 repeat-y;
	padding: 4px 4px;
}
#customize_product .bottom{
	height:7px;
	background:url('/store/images/customize_panel_bg.png') -1350px 0 no-repeat;
}
#customize_product hr{
	margin:5px 0;
}
#customize_product div.option{
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0 5px;
	font-size:14px;
	color:#252258;
}
#customize_product ul.option_list{
	list-style:none;
	margin-bottom:5px;
}
#customize_product textarea{
	width:90%;
	margin-left:1em;
	height:30px;
}
#customize_product #subtotal{
	font-weight:bold;
	font-size:15px;
	color:#5638FF;
}
#customize_product button.cart_add{
	border-color:#5638FF;
	font-weight:bold;
}
#customize_product button.cart_add:hover{
	color:#5638FF;
}

/*--------------------------------------------------------------------------------------*/
/*								PRODUCT PAGE -> ADMIN									*/
/*--------------------------------------------------------------------------------------*/
div.admin_links{
	text-align:right;
	margin-bottom:10px;
	margin-top:-10px;
}
div.admin_links b{
	color:blue;
}
div.admin_links a{
	font-weight:normal;
}
form#edit_product textarea{
	width:300px;
	height:75px;
}
form#edit_product #customize_product ul.option_list li{
	clear:both;
}
form#edit_product #customize_product ul.option_list label{
	float:left;
}

form#edit_product #customize_product ul.option_list span{
	float:right;
}
/*--------------------------------------------------------------------------------------*/
/*									SHOPPING CART -> PRODUCTS							*/
/*--------------------------------------------------------------------------------------*/

table.shopping_cart{
	width:100%;
	border-spacing:0;
	margin-top:0px;
}

table.shopping_cart tr th{
	border-bottom:1px solid #aaa;
	padding:10px 0px;
}
table.shopping_cart tr td{
	border-bottom:1px dotted #aaa;
	padding:10px 0px;
}
table.shopping_cart td.image{
	width:160px;
}
table.shopping_cart td.description{
	padding:20px 10px;
}
table.shopping_cart td.description .name{
	font-size:15px;
	font-weight:bold;
	color: #171A4D;
	margin:2px 0;
}
table.shopping_cart td.description .note{
	font-style:italic;
	color:#54397F;
	margin:2px 0;
}
table.shopping_cart a{
	text-decoration:underline;
}
table.shopping_cart td.description .description{
	margin-top:5px;
	color:#666;
}
table.shopping_cart td div.notes{
	margin-top:5px;
	font-style:italic;
	color:#666;
}
table.shopping_cart td.price{
	width:60px;
	font-weight:bold;
	color:#666;
}
table.shopping_cart .total{
	text-align:right;
}
table.shopping_cart tr.total td{
	border-bottom:none;
}

table.shopping_cart td.grand_total{
	border-top:1px solid #ccc;
	font-weight:bold;
	color:#333;
}

/*--------------------------------------------------------------------------------------*/
/*									SHOPPING CART										*/
/*--------------------------------------------------------------------------------------*/

.cart{
	background-color:#F2F2EE;
	padding:10px 40px;
	color:#666;
	margin-top:-20px;
}
.cart h3{
	color:#252258;
}

.cart h3.shipping{
	background: url('/images/icons/shipping.png') no-repeat;
	padding-left:42px;
	height:32px;
	line-height:36px;
}
.cart h3.payment{
	background: url('/images/icons/credit_cards.png') no-repeat;
	padding-left:42px;
	height:32px;
	line-height:36px;
}

/*--------------------------------------------------------------------------------------*/
/*									SHOPPING CART -> SHIPPING							*/
/*--------------------------------------------------------------------------------------*/

form.shipping{
	
	
}

div.column label, div.column .right, div.column .left{
	float:right;
	width:45%;
	text-align:left;
	margin:5px 0;
}
div.column .left{
	float:left;
}
form.shipping label{
	font-size:12px;
	display:block;
	color:#666;
}

form.shipping label input,form.shipping label select{
	display:block;
	width:100%;
}


/*--------------------------------------------------------------------------------------*/
/*									SHOPPING CART -> BILLING							*/
/*--------------------------------------------------------------------------------------*/


form.billing ul.payment_methods{
	margin:0;
	list-style:none;
	
}
form.billing ul.payment_methods li{
	padding:5px;
	padding-left: 2em;
	color:#999;
}
form.billing ul.payment_methods label{
	font-weight:bold;
	font-size:14px;
	color:#666;
	margin-left:-2em;
}
form.billing ul.payment_methods li.active{
	border:1px dotted #B9C0F2;
	background:#EDEEFD;
	color:#666;
}
form.billing ul.payment_methods li.active label{
	color:#402F6E;
}
form.billing ul.payment_methods label em{
	font-weight:normal;
}


/*--------------------------------------------------------------------------------------*/
/*								SHOPPING CART -> CONFIRM								*/
/*--------------------------------------------------------------------------------------*/

form.confirm .alert{
	color:red;
	text-align:center;
	margin-bottom:20px;
}


form.confirm textarea{
	width:100%;
}
form.confirm div#agree_to_terms{
	float:left;
	border:1px dotted red;
	background-color:#FFEEEE;
	padding:5px;
	margin:5px 0;
}
form.confirm div#agree_to_terms.accepted{
	border:1px dotted green;
	background-color:#e5fcd4;
}

.cart .summary h4{
	border-bottom: 1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:5px;
	color: #252258;
}

.cart .summary h4 a{
	font-size:11px;
	font-weight:normal;
}

/*--------------------------------------------------------------------------------------*/
/*									SHOPPING CART -> FINALIZE							*/
/*--------------------------------------------------------------------------------------*/

fieldset.invoice{
	border:1px dotted #666;
	padding:20px;
	background-color:white;
	color:#333 !important;
}
fieldset.invoice legend{
	font-size:14px;
	color:#666;
	font-weight:bold;
	text-transform: uppercase;
}
fieldset.invoice a.print{
	float:right;
}
fieldset.invoice h3{
	color:#333;
}
fieldset.invoice hr{
	margin:5px;
	border-style:solid;
}




