/*
------------------------------------
Main elements
------------------------------------
*/

img {
	display: block;
	border: 0;
}

div {
	display: block;
}

form {
	padding: 0;
	margin: 0;
}

label {
	cursor: pointer;
}

a, a:hover {
	color: #f4f4f4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.store_body, 
.store_row, 
.store_row_col, .store_row_col_left, .store_row_col_right,
.store_row_col_right_name, .store_row_col_right_title, .store_row_col_right_desc, .store_row_col_right_price,
.checkout_info, .checkout_info_error, .checkout_info_row, .checkout_info_row_left, .checkout_info_row_right,
.product_col_left, .product_col_right, 
.product_col_right_name, .product_col_right_title, .product_col_right_price, .product_col_right_status, .product_col_right_weight, 
.product_col_right_shipping, .product_col_right_desc, .product_col_right_option_title, .product_col_right_option_item, .product_col_right_nav,
.cart_table, .cart_nav
{
	width: 665px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	float: left;
}

.store_title_bar {
	background: #292322;
	color: #ffffff;
	font: 14px Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 2px;
	width: 677px;
	height: 26px;
	padding: 10px 0 0 12px;
	margin: 0 0 3px 0;
	float: left;
}

.store_body, .store_row, .checkout_info, .checkout_info_error, .checkout_info_row {
	width: 653px;
}

.store_body, .checkout_info {
	background: #fffffe url('../../images/post_body_bg.gif') bottom left repeat-x;
	color: #0d0c28;
	padding: 17px 18px 25px 18px;
}

.store_body a, .store_body a:hover, .store_body a:visited {
	color: #0d0c28;
	text-decoration: none;
}

a.store_body_nav_link, a:hover.store_body_nav_link, a:visited.store_body_nav_link {
	background: #ffffff;
	color: #262a2b;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px #768179 solid;
	padding: 4px 9px 4px 9px;
	position: relative;
	text-decoration: none;
}

.store_main_nav {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}


/*
------------------------------------
Store listing elements
------------------------------------
*/


.store_row {
	margin: 0 0 40px 0;
}

.store_row_col {
	width: 300px;
}

.store_row_col_left {
	width: 120px;
}

.store_row_col_left img {
	border: 1px #292322 solid;
	padding: 1px;
}

.store_row_col_right, .store_row_col_right_name, .store_row_col_right_title, .store_row_col_right_desc, .store_row_col_right_price {
	width: 180px;
}

.store_row_col_right_name {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.store_row_col_right_title {
	font-weight: bold;
	margin: 0 0 5px 0;
}

.store_row_col_right_desc {
	margin: 0 0 5px 0;
}

.store_row_col_right_price {
	margin: 0 0 10px 0;
}

.store_row_col_right_nav_select {
	background: #ffffff;
	color: #262a2b;
	border: 1px #768179 solid;
	cursor: pointer;
}

.store_padding_1 {
	padding-right: 30px;
}



/*
------------------------------------
Product elements
------------------------------------
*/


.product_label_new {
	font-size: 10px;
	font-weight: bold;
	color: #FF4200;
}

.product_label_title {
}

.product_label_name {
}

.product_col_left {
	width: 120px;
}

.product_col_left img {
	border: 1px #292322 solid;
	padding: 1px;
}

.product_col_right, .product_col_right_name, .product_col_right_title, .product_col_right_price, .product_col_right_status, .product_col_right_weight, 
.product_col_right_shipping, .product_col_right_desc, .product_col_right_option_title, .product_col_right_option_item, .product_col_right_nav
{
	width: 433px;
}

.product_col_right_preview {
	width: 100px;
	font-size: 11px;
	text-align: center;
	margin: 5px 0 0 0;
}

.product_col_right_name {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.product_col_right_title {
	font-size: 14px;
	font-weight: bold;
}

.product_col_right_price {
	margin: 5px 0 0 0;
}

.product_col_right_desc {
	margin: 10px 0 0 0;
}

.product_col_right_option_title {
	font-weight: bold;
	margin: 5px 0 0 0;
}

.product_col_right_option_item {
	margin: 2px 0 0 0;
}

.product_col_right_nav {
	margin: 30px 0 20px 0;
}

.product_col_right_nav_select {
	background: #ffffff;
	color: #262a2b;
	border: 1px #768179 solid;
	cursor: pointer;
	margin: 0 0 40px 0;
}

a.product_col_right_nav_link_1, a:hover.product_col_right_nav_link_1, a:visited.product_col_right_nav_link_1 {
	background: #ffffff;
	color: #262a2b;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px #768179 solid;
	padding: 4px 9px 4px 9px;
	position: relative;
	text-decoration: none;
}



/*
------------------------------------
Store cart elements
------------------------------------
*/


.cart_table, .cart_nav {
	width: 653px;
}

.cart_nav {
	text-align: center;
	margin: 20px 0 30px 0;
}

.cart_nav_button {
	background: #ffffff;
	color: #262a2b;
	font-weight: bold;
	border: 3px #768179 solid;
	padding: 3px 7px 3px 7px;
	*padding: 3px 0 1px 0;
	cursor: pointer;
}

.cart_nav_button_width_1 {
	width: 210px;
}

.cart_nav_button_width_2 {
	width: 140px;
}

.cart_nav_button_width_3 {
	width: 260px;
}

.cart_table {
	border: 1px #413732 solid;
}

.cart_table td {
	padding: 4px;
}

.cart_table input {
	font-size: 11px;
}

.cart_table_title {
	background: #413732;
	font-weight: bold;
	color: #ffffff;
}

.cart_table_row_0 {
	background: #f4f4f4;
}

.cart_table_row_1 {
}

.cart_table_row_0_a {
	background: #f4f4f4;
}

.cart_table_row_1_a {
}

.cart_bold_1 {
	font-size: 14px;
	font-weight: bold;
}

.cart_bold_2 {
	font-weight: bold;
}

.cart_box {
	background: #292929;
}

.cart_box_nav {
	margin: 10px 0 10px 0;
}

a.cart_box_nav_link, a:hover.cart_box_nav_link, a:visited.cart_box_nav_link {
	background: #ffffff;
	color: #262a2b;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px #768179 solid;
	padding: 4px 9px 4px 9px;
	position: relative;
	text-decoration: none;
}



/*
------------------------------------
Store checkout info elements
------------------------------------
*/


.checkout_info_row {
	margin: 0 0 15px 0;
}

.checkout_info_row_left {
	width: 160px;
	padding: 4px 0 0 0;
}

.checkout_info_row_right {
	width: 493px;
}

.checkout_info_field_1, .checkout_info_field_2, .checkout_info_field_3 {
	font: 12px Arial, Helvetica;
	font-weight: bold;
	color: #202020;
	padding: 2px;
	width: 450px;
}

.checkout_info_field_2 {
	width: 220px;
}

.checkout_info_field_3 {
	width: 150px;
}

.checkout_label_error {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}