/* typography
 * ---------------------------------------------------*/
body
{
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
}

input, select, textarea
{
	font-size: inherit;
	font-family: inherit;
}

a,
a:active,
a:visited { color: inherit; }

a img { border: 0; }

ol, ul { list-style-position: inside; }

strong { font-weight: bold; }

em { font-style: italic; }

del,
p.old_price { text-decoration: line-through; }

p.old_price { color: #888 !important; }

.product_price a { color: #000; }

span.out_of_stock { color: #c10; }

span.available { color: #65a800; }

h1
{
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2
{
	margin: 7px 0 10px 0;
	font-size: 14px;
}

h3
{
	font-size: 13px;
	font-weight: normal;
}

h4, h5, h6
{
	font-size: 12px;
	font-weight: bold;
}

h3,h4,h5,h6
{
	margin: 15px 0 10px 0;
}

div.gradient_bar h2
{
	float: left;
	color: #fff;
}

div#header h1,
div#header h2
{
	text-align: center;
	padding: 40px 0;
}

div.userpanel h1
{
	margin: 7px 0 10px 0;
	font-size: 16px;
}

td#product_name h1
{
	font-size: 14px;
	margin: 0;
}

table#product_pane_header_table h2,
table.product_grid h3,
table.product_grid h4 { margin: 0; }

p#copyright
{
	text-align: center;
	margin: 10px;
}

.footer_box
{
	background: #fff;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

p.empty { margin: 0 0 0 8px; }

div#header a img { display: block; }

/* static page */
div.static_page p
{
	margin: 12px 0 24px 0;
	line-height: 16px;
}

div.static_page h2
{
	margin: 10px 0 6px 0;
	border-bottom: 1px dotted #ccc;
}

div.static_page h3
{
	margin: 10px 0 6px 0;
	border-bottom: 1px dotted #ccc;
}

div.static_page ol,
div.static_page ul { margin: 12px 0 24px 0; }
div.static_page li { line-height: 16px; }
div.static_page code { font-family: Consolas, "Courier New", monospace; }

div.static_page blockquote
{
	margin: 12px 0 24px 16px;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 0 14px;
}

div.static_page a:hover { text-decoration: underline; }
/* eo static page */

div#static_nav { font-size: 12px; }

div.gradient_bar h2
{
	font-size: 12px;
	margin: 0;
}

div#grid_header h1
{
	font-size: 14px;
}

span.grid_header_count
{
	font-size: 12px;
	color: #888;
}

/* product description */
td#product_description h1,
td#product_description h2,
td#product_description h3,
td#product_description h4,
td#product_description h5,
td#product_description h6
{
	border-bottom: 1px dotted #ccc;
	margin: 24px 0 6px 0;
}

td#product_description p,
td#product_description ul,
td#product_description ol
{
	margin: 5px 0 16px 0;
	line-height: 15px;
}

td#product_description li { margin: 2px 0; }
td#product_description li p { display: inline; }
td#product_description a { font-weight: bold; }
td#product_description a:hover { text-decoration: underline; }
/* eo product description */

/* ---------------------------------------------------
 * eo typography */



/* main layout
 * ---------------------------------------------------*/
html { height: 100%; }

body
{
    height: 100%;
	background: #fff url("../img/dropshadow.png") top center repeat-y;
    text-align: center;
}

div#triumph2
{
	min-height: 100%;
	width: 960px;
	padding: 0 10px 0px 10px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

div#header
{
	width: 100%;
	overflow: hidden;
}

div#container { padding: 0 0 90px 0; }


/* gradient bars */
div.gradient_bar
{
	background: transparent url("../img/gradient_bar.png") repeat-x;
	margin: 0 0 5px 0;
	height: 31px;
	line-height: 31px;
}

div.left_corner,
div.right_corner
{
	display: block;
	width: 8px;
	height: 31px;
}

div.left_corner
{
	background: transparent url("../img/left_corner.png") no-repeat;
	float: left;
}

div.right_corner
{
	background: transparent url("../img/right_corner.png") no-repeat;
	float: right;
}

div.gradient_bar_right
{
	float: right;
	height: 31px;
	position: relative;
}
/* eo gradient bars


/* static page navigation */
div#static_nav_ctr
{
	width: 100%;
	height: 31px;
	position: relative;
	margin: 0 0 10px 0;
	z-index: 9999;
}

ul.static_nav
{
	list-style: none;
	float: left;
}

ul.static_nav li
{
	background: transparent url("../img/static_divider.png") no-repeat right center;
	float: left;
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	position: relative;
}

ul.static_nav li.first-item a.level-0 { padding-left: 0; }

ul.static_nav li.last-item { background: none; }

a#login_register
{
	float: left;
	color: #fff;
}

ul.static_nav li a
{
	display: block;
	padding: 0 10px;
	font-size: 12px;
}



ul.static_nav_dropdown {
	padding: 0;
    margin: 0;
    position: absolute;
    top: 31px;
	left: 0px;
    z-index: 1000;
    width: 150px;
    display: none;
}

ul.static_nav_dropdown,
ul.static_nav_dropdown li ul
{
	box-shadow: 2px 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 0 5px #666;
}


ul.static_nav_dropdown li {
	display: block;
    position: relative;    
    height: auto;
    width: 150px;
    z-index: 1000;
	border: 1px solid #cfcfcf;
	border-top: none;
}

ul.static_nav_dropdown li a {
	font-size: 12px;
	color: #191919;
	background-color: #fafafa;
	display: block;
	height: auto;
	line-height: 20px;
	padding: 2px 10px;
	z-index: 1000;

}

ul.static_nav_dropdown li a:hover {
	text-decoration: none !important;
	color: #333 !important;
	background: #fff;
}

ul.static_nav_dropdown li ul {
	list-style-type:none;
	position: absolute;
	top:0;
	left:150px;
	width:150px;
	padding: 0;
	margin:0;
}





ul.static_nav li a:hover,
a#login_register:hover,
div.middle h2 a:hover
{
	text-decoration: underline;
	color: #fff;
}

div#language_selection
{
	float: left;
	margin: 0 0 0 10px;
}
/* eo static page navigation */


/* user toolbar */
div#user_toolbar
{
	margin: -10px 0 10px 0;
	padding: 5px 5px 5px 8px;
	background: #f1f1f1;
}

div#user_toolbar_left { float: left; }

div#user_toolbar_right { float: right; }

.toolbar_button
{
	padding: 0 0 0 26px;
	margin: 0 8px;
	line-height: 24px;
	display: block;
	float: left;
}

div.user_toolbar_divider
{
	background: transparent url("../img/user_toolbar_divider.png") no-repeat center center;
	display: block;
	float: left;
	width: 1px;
	height: 24px;
}

span#username
{
	float: left;
	line-height: 24px;
	background: transparent url("/templates/icons/user_24_solid_f1f1f1.png") no-repeat left center;
	margin-left: 0;
}

a#user_settings { background: transparent url("/templates/icons/configuration_24_solid_f1f1f1.png") no-repeat left center; }

a#admin { padding: 0; }

a#logout
{
	background: transparent url("/templates/icons/door_next_24_solid_f1f1f1.png") no-repeat left center;
	margin: 0;
}
/* eo user toolbar */

/* content sections */
div#left_column
{
	width: 200px;
	float: left;
	padding-bottom: 60px;
}

div#content
{
	float: left;
	width: 520px;
	padding: 0 20px 100px 20px;
	position: relative;
	overflow: hidden;
}

div#right_column
{
	width: 200px;
	float: right;
	padding-bottom: 60px;
}
/* eo content sections */



/* side column content */
div.box
{
	clear: left;
	margin: 0 0 26px 0;
}

div#payment_methods
{
	text-align: center;
}
/* eo side column content */



/* category menu */
ul.categs { padding: 0; }

ul.categs li { list-style: none; }

.catln1
{
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 4px 0 4px 8px;
}

.item-active > a
{
	font-weight: bold;
}

.item-active .catln1
{
	font-weight: normal !important;
}

.catlv1
{
	list-style-type: none;
	margin: 0;
}

.catlv1 > a
{
	padding-left: 17px;
}

.catkids > a
{
	
}

.catul3
{
	margin-left: 10px;	
}

.catul1 .catul
{
	margin: 2px 0 0 18px;
}

.item-active .catul
{
	display: block;
}

.catul2
{
	display: none;
}

li.catlv1 ul.catul li
{
	padding: 2px 0;
	list-style: none;
}

ul.catul ul.catul li a
{
	background: transparent url(/templates/img/list_bullet.gif) no-repeat left center;
	padding-left: 8px;
}

/* expand icon */
span.expand_icon
{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background: transparent url("/templates/img/plus.gif") no-repeat;
	margin: 4px 2px 0 0;
	cursor: pointer;
}

span.opened
{
	background: transparent url("/templates/img/minus.gif") no-repeat;
}
/* eo expand icon */


/* eo category menu */


/* forms */
fieldset
{
	border: 0;
}

span.required-marker
{
	margin: 0 4px;
}

.text_input,
input.password_input,
select.select_input
{
	border: 1px solid #ccc;
}

input.text_input:hover,
input.password_input:hover,
select.select_input:hover
{
	border-color: #bbb;
}

input.text_input:focus,
input.password_input:focus
{
	border-color: #aaa;
	color: #222 !important;
}

input.image_input
{
	vertical-align: top;
}


form#search_form,
form#login_form
{
	padding: 2px;
	background: #eee;
}

form#search_form input.text_input,
form#login_form input.text_input
{
	height: 14px;
	color: #777;
}

input#search_submit
{
	margin: 0 0 0 12px;
}

input#login_submit
{
	margin: 0 12px 0 0;
}

input#login_username
{
	margin: 0 0 2px 0;
}

form#profileform label,
form#changepasswform label
{
	display: block;
}

form#changepasswform input.text_input,
form#changepasswform input.password_input
{
	width: 50%;
	margin: 0 0 10px 0;
}

form#profileform input.text_input
{
	width: 80%;
	margin: 0 0 10px 0;
}
/* eo forms */


/* tables */
table.form_table
{
	
}
/* eo tables */


/* order view */
td.addr
{
	padding: 0 0 10px 0;
}

table#prods
{
	width: 100%;
	margin: 0 0 12px 0;
}

table#prods tr.hr th,
table#prods td
{
	padding: 2px 4px;
}

table#prods tr.hr th
{
	border-bottom: 1px solid #ccc;
}
/* eo order view */


/* product grid aka category view */
div.category_description
{
	float: left;
	clear: left;
	width: 100%;
	margin: 10px 0;
}

img.category_image
{
	border: 1px solid #ccc;
	max-width: 100%;
	height: auto;
	margin: 0 10px 10px 0;
}

div#grid_header
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 6px 0;
	margin: 0 0 5px 0;
}

div#grid_header h1
{
	float: left;
	margin: 0;
}

div#grid_header div.page_control_per_page
{
	float: right;
}

div.page_control_bar
{
	float: left;
	width: 100%;
	height: 24px;
	margin: 0;
}

a.page_control_next,
a.page_control_previous
{
	line-height: 24px;
}

div.page_control_bar_right
{
	float: right;
}

div.page_control_bar_right form.page_jumper
{
	float: left;
	margin: 0 15px 0 0;
	line-height: 24px;
	font-size: 11px;
}

div.grid_selection
{
	display: block;
	float: left;
	clear: left;
	line-height: 16px;
	margin: 0;
}

table.product_grid
{
	width: 100%;
	margin: 10px 0;
}

table.product_grid td *
{
	text-align: center;
	/*max-width: 95%;*/
}

table.product_grid p.out_of_stock
{
	width: 145px;
	margin: 0 auto;
}

input.basketaddform_amount,
input.prodvarquant
{
	width: 24px;
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
}

table.product_grid td.column_2
{
	border: 1px dotted #ccc;
	border-width: 0 1px;
}

table.product_grid td.column
{
	border-bottom: 1px dotted #ccc;
}

table.product_grid td.column:hover
{
	background: #f8f8f8;
}

table.product_grid tr.last_row td.column
{
	border-bottom: 0 !important;
}

table.product_box
{
	margin: 0 auto;
}

table.product_box td.product_image
{
	padding: 10px 0;
	height: 164px;
	vertical-align: middle;
}

table.product_box td.product_amount
{
	text-align: right;
	width: 50%;
}

table.product_box td.product_order { text-align: left; }

img.product_image_thumbnail { border: 1px solid #ccc; }

table.product_box td.product_name { padding: 5px 10px; }

table.product_box td.product_price { padding: 0px 10px 10px 10px; }

table.product_box tr.product_description { display: none; }

table.product_box h3 a
{
	color: #222 !important;
	font-size: 13px;
	font-weight: normal;
}

table.product_grid p.product_price
{
	font-size: 14px;
	font-weight: bold;
}

input.basketaddform_submit,
input.prodvarsubmit,
a.readmore,
.basket_button,
.checkout_lower_nav_previous a,
.checkout_lower_nav_next,
.submit_input,
div.page_control_bar a
{
	background: #dbdbdb url("../img/grey_gradient_big.png") repeat-x;
	border: 1px solid #ccc;
	padding: 2px;
	cursor: pointer;
	color: #222;
	overflow: visible;
	white-space: nowrap;
}

input.basketaddform_submit:hover,
input.prodvarsubmit:hover,
a.readmore:hover,
.basket_button:hover,
.checkout_lower_nav_previous a:hover,
.checkout_lower_nav_next:hover,
.submit_input:hover,
div.page_control_bar a:hover
{
	background: #e7e7e7 url("../img/grey_gradient_big_light.png") repeat-x;
	border: 1px solid #ddd;
	color: #222 !important;
}

a.readmore
{
	display: block;
	padding: 3px;
	text-align: center;
}

.product_grid_tooltip
{
	position: absolute;
	display: block;
	background: #fbfbfb;
	border: 1px solid #ccc;
	padding: 5px;
	max-width: 100px;
}


/* list view */
table.product_grid_list
{
	margin: 15px 0;
	width: 100%;
}

table.product_grid_list tr { border-bottom: 1px dotted #ccc; }

table.product_grid_list tr.first_row { border-top: 1px dotted #ccc; }

table.product_grid_list tr:hover { background: #f8f8f8; }

table.product_grid_list td
{
	padding-bottom: 5px;
	padding-top: 5px;
}

table.product_grid_list td.product_image
{
	width: 70px;
	text-align: center;
}

table.product_grid_list img { border: 0; }

table.product_grid_list td.product_data
{
	vertical-align: top;
	padding-left: 5px;
}

table.product_grid_list h3 { margin: 0; }

table.product_grid_list td.product_price
{
	font-size: 13px;
	font-weight: bold;
}

table.product_grid_list td.product_price,
table.product_grid_list td.product_amount,
table.product_grid_list td.product_add_to_basket
{
	vertical-align: middle;
	padding-left: 5px;
	text-align: center;
}
/* eo list view */
/* eo product grid aka category view */


/* highlight grid */
table.highlight_grid { width: 100%; }

table.highlight_grid * { text-align: center; }

form.highlight_product_addform,
p.highlight_product_box_description { display: none; }

table.highlight_grid h4
{
	font-weight: normal;
	margin: 5px 0;
}

div.highlight_product_box_buy
{
	max-width: 138px;
	margin: 0 auto;
	padding-bottom: 10px;
}

table.highlight_grid p.product_price
{
	font-weight: bold;
	font-size: 13px;
}
/* eo highlight grid */

div.container_box
{
	margin: 20px 0 20px 0;
	border: 1px solid #eee;
	padding: 5px;
	background: #f9f9f9;
}

/* Basket product suggestions */

div.product_suggestions {
	border: 1px solid #e0e0e0;
	padding: 5px 10px 0 10px;
	margin: 20px auto;
}

div.product_suggestions > h2 {
	border-width: 3px 0 0 0 !important;
	border-color: #ff0000;
	border-style: solid;
	font-size: larger !important;
}

div.product_suggestions .highlight_product_box_buy {
	padding-bottom: 0;
}

div.product_suggestions .product_price {
	color: #ff0000;
}

div.product_suggestions .highlight_product_box h4 {
	font-weight: bold;
}

div.product_suggestions .highlight_product_addform {
	display: block;
}

div.product_suggestions .highlight_product_addform .basketaddform_amount,
div.product_suggestions .highlight_product_addform p.super {
	display: none;
}

/* eo Basket product suggestions */

div.container_box h2 { margin: 0 0 5px 0; }


/* basket partial */
table#basket_items { width: 100%; background-color: #eee; }

table#basket_items td { font-size: 10px; }

table#basket_items td.basket_item_name
{
	font-size: 12px;
	padding: 4px 0 0 0;
}

table#basket_items td.basket_remove
{
	vertical-align: middle;
	text-align: center;
	padding: 0 6px 0 6px;
	border-bottom: 1px dotted #ccc;
}

table#basket_items td.basket_row_count { color: #444; }

table#basket_items td.basket_row_price_total
{
	text-align: right;
	padding: 0 2px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}

span.basket_price
{
	font-size: 12px;
	font-weight: bold;
}

div#basket_total { margin: 4px 0 0 0; }

div#basket_total p
{
	text-align: right;
	font-size: 12px;
}

table#basket_items tr.basket_detail_row td
{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 4px 0;
}

p#to_checkout, #register_button
{
	margin: 12px 0 0 0;
	font-size: 12px;
	height: 14px;
	padding: 6px;
	border: 1px solid #ccc;
	background: #E7E7E7 url(../img/grey_gradient_big.png) repeat-x scroll 0 0;
}

p#to_checkout
{
	padding: 0;
	height: auto;
}

p#to_checkout:hover
{
	border: 1px solid #ddd;
	background: #E7E7E7 url(../img/grey_gradient_big_light.png) repeat-x scroll 0 0;
}

a.to_basket
{
	display: block;
	text-align: center;
	padding: 8px 0;
}
/* eo basket partial */


/* side tables */
table.side_list
{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

table.side_list td.product_image
{
	border-bottom: 1px dotted #ccc;
	padding: 4px 6px;
}

table.side_list td.product_name { font-size: 12px; }

table.side_list tr.price_row td
{
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

table.side_list tr.price_row p.product_price
{
	font-size: 12px;
	font-weight: bold;
	float: left;
}

table.side_list tr.price_row p.old_price
{
    color: #888 !important;
    margin: 0 0 0 8px;
    font-weight: normal !important;
}
/* eo side tables */



/* single product view */
table#product_pane_header_table
{
	width: 100%;
	margin: 0 0 20px 0;
}

table#product_pane_header_table td#product_name { border-bottom: 1px solid #eaeaea; }

table#product_pane_header_table td#product_price
{
	text-align: right;
	width: 110px;
}

table#product_pane_header_table td#product_price p.old_price { font-size: 12px; }

table#product_pane_header_table td#product_price p
{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

table#product_pane_header_table td#breadcrumbs,
table#product_pane_header_table td#breadcrumbs a { color: #888;}

table#product_table { width: 100%; }

table#product_table tr.top_row td { vertical-align: middle; }

table#product_table td.left_column
{
	width: 180px;
	padding: 0 10px 0 0;
}

/* group variables */
form.prodvarform label,
form.prodvarform span,
form.prodvarform select
{
	float: left;
	clear: left;
	width: 100%;
}

form.prodvarform label { margin: 0 0 5px 0; }

form.prodvarform select
{
	background: #fff;
	border: 1px solid #ccc;
}
/* eo group variables */

table.product_info td
{
	padding: 2px 4px 2px 0;
	vertical-align: top !important;
}

select.product_pane_subproducts
{
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 2px 0;
	width: 100%;
}

option.disabled
{
	color: #888;
	background: #f0f0f0;
}

table#product_table td#product_image,
table#product_table td#product_description { padding-top: 10px; }

p.image_caption
{
	text-align: center;
	font-style: italic;
	color: #888;
}

div.divider_line
{
	padding: 0;
	border-bottom: 1px dotted #ccc;
	height: 10px;
}

input.disabled,
input.disabled:hover
{
	background: #d8d8d8;
	cursor: auto;
	color: #555 !important;
	border-color: #ccc;
}

form#product_addform,
form.prodvarform
{
	padding: 2px;
	background: #eee;
}

form#product_addform input.basketaddform_submit,
form.prodvarform input.prodvarsubmit
{
	width: 140px;
	float: right;
	font-size: 13px;
}

form#product_addform input.basketaddform_amount,
form.prodvarform input.prodvarquant
{
	font-size: 13px;
}

table#subproduct_images
{
	width: 100%;
	margin: 20px 0 0 0;
}

table#subproduct_images td
{
	padding: 0 0 5px 0;
	vertical-align: middle;
	text-align: center;
}

div.product_pane_attached_image
{
	float: left;
	margin: 0 8px 8px 0;
}
/* eo single product view */


/* related product grid */
div#related_grid h3
{
	border-bottom: 1px solid #eaeaea;
	margin: 0;
}

table#related_grid_table td.column_2
{
	border: 1px dotted #ccc;
	border-width: 0 0 1px 1px;
}

table#related_grid_table td.column_3
{
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

table.product_box h4 a
{
	color: #222 !important;
	font-size: 12px;
	font-weight: normal;
}

table#related_grid_table td.product_name { padding: 0px 10px 5px 10px; }


table.product_grid p.product_price
{
	font-size: 12px;
	font-weight: bold;
}
/* eo related product grid */


/* checkout stepmenu */
ul#checkout_stepmenu
{
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}

ul#checkout_stepmenu li
{
	float: left;
	width: 24.9%;
	text-align: center;
	list-style: none;
	height: 40px;
	color: #888;
	font-size: 12px;
}

ul#checkout_stepmenu li a { color: #888; }

ul#checkout_stepmenu li.current a { color: #222 !important; }

ul#checkout_stepmenu li#step1	{	background: transparent url("/templates/icons/shopping_cart_24.png") no-repeat bottom center; }
ul#checkout_stepmenu li#step2	{	background: transparent url("/templates/icons/world_24.png") no-repeat bottom center; }
ul#checkout_stepmenu li#step3	{	background: transparent url("/templates/icons/dispatch_order_24.png") no-repeat bottom center; }
ul#checkout_stepmenu li#step4	{	background: transparent url("/templates/icons/payment_24.png") no-repeat bottom center; }

a.clear_basket
{
	clear: both;
	margin: 0 0 10px 0;
	display: block;
	float: right;
}
/* eo checkout stepmenu */


/* checkout steps */
table.basket_content_table
{
	width: 100%;
	border-collapse: separate;
}

table.basket_content_table td
{
	vertical-align: middle;
	padding: 2px;
	border-bottom: 1px solid #eaeaea;
}

table.basket_content_table tr.caption th
{
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	padding: 0 0 5px 0;
}

.number { text-align: right; }

.remove_from_basket { text-align: center; }

tr.odd { background: #f9f9f9; }

table.basket_content_table tfoot td
{
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
}

td.tax_price { font-weight: bold; }

div#checkout_new_address { margin: 0; }

p.address
{
	float: left;
	margin: 0 10px 10px 0;
}

p.address label { float: left; }

input.address_radiobutton { float: left; }

form#new_addr input.text_input { width: 80%; }

ul.checkout_radio_list { list-style: none; }

ul.checkout_radio_list li { margin: 0 0 4px 0; }

ul.checkout_radio_list input.checkout_radiobutton { margin: 0; }

ul.checkout_radio_list label span
{
	margin: 0 0 0 5px;
	vertical-align: top;
}

input.checkout_confirmation_submit
{
	width: 200px;
	height: 40px;
	font-size: 14px;
	background: #dbdbdb url("../img/grey_gradient_big.png") repeat-x;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
}

input.checkout_confirmation_submit:hover
{
	cursor: pointer;
	background: #e7e7e7 url("../img/grey_gradient_big_light.png") repeat-x;
	border: 1px solid #ddd;
}
/* eo checkout steps */


/* checkout buttons */
div#checkout_lower_nav
{
	float: left;
	width: 100%;
	margin: 40px 0;
}

.checkout_lower_nav_previous a
{
	float: left;
	height: 15px;
	line-height: 15px;
}

.checkout_lower_nav_next
{
	float: right;
	cursor: pointer;
}

.checkout_lower_nav_next a
{
	height: 15px;
	line-height: 15px;
}

div#checkout_lower_nav a:hover { color: #222 !important; }

input.checkout_button { cursor: pointer; }
/* eo checkout buttons */

table.form_table { width: 100%; }

table.form_table td { padding: 2px 8px 2px 0; }

/* bonus coupons */
div#coupon_ui
{
	margin: 20px 0 0 0;
	border: 1px solid #eee;
	padding: 5px;
	background: #f9f9f9;
}

div#coupon_ui h2 { margin: 0 0 5px 0; }

form#couponForm input#couponForm_bonuscoupon { background: #fff; }

input.checkout_button
{
	background: transparent;
	border: 0;
	padding: 0;
}

.genmsg
{
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 2px;
	margin: 5px 0;
}

.genmsg a {
	text-decoration: underline
}

.genmsg_error
{
	border-color: #ff9171;
	background: #ffaca6;
}

.genmsg_ok
{
	border-color: #9ee083;
	background: #daffca;
}
/* eo bonus coupons */


/* login */
form#loginForm2 fieldset { border: 0; }

form#loginForm2 label
{
	display:block;
}

form#loginForm2 input.text_input
{
	margin: 0 0 5px 0;
	width: 80%;
}

a#forgot_password
{
	margin: -5px 0 0 0;
	font-style: italic;
	display: block;
}

a#register_button
{
	padding: 5px;
	display: block;
	float: left;
}
/* eo login */


/* register */
form#reg table td { vertical-align: top; }

form#reg fieldset
{
	border: 0;
	margin: 0 0 15px 0;
}

form#reg label,
form#reg label span.caption { display: block; }

form#reg legend
{
	font-size: 12px;
	margin: 0 0 6px 0;
}

form#reg input.text_input,
form#reg select.select_input
{
	width: 90%;
	margin: 0 0 8px 0;
}

div#register p { margin: 0 0 15px 0; }

/* register marketing checkbox */
div#reg-3-c span.caption
{
	float: left;
	margin: 2px 0 0 0;
}
/* eo register */


div.column
{
	width: 49%;
	float: left;
}


div#footer
{
	background: #f8f8f8;
	height: auto;
	padding: 0;
	border-top: 1px solid #f0f0f0;
	position: absolute;
	bottom: 0px;
	margin-left: -10px;
	width: 100%;
	clear: both;
	color: #888;
}


/* helpers */
.left { float: left; }
.right { float: right !important; }
.clear_both { clear: both; }
.align_center { text-align: center !important; }
.valign_top { vertical-align: top !important; }
.valign_middle { vertical-align: middle !important; }
.valign_bottom { vertical-align: bottom !important; }
.top_aligned_cells td { vertical-align: top; }
.centered { text-align: center !important; }
/* eo helpers */

/* basket tooltip */
div#basket-tooltip
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -200px;
	width: 400px;
	height: 50px;
	background: #fff;
	border: 2px solid #ccc;
	padding: 10px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
/* eo basket tooltip */

a.highlight_keyword {
	border-bottom: 1px solid #00f;
	text-decoration: underline;
	padding-bottom: 1px;
	color: #00f;
}

/* prodlist */
div.product_lists th
{
	font-weight: bold;
}

.product_list_header td
{
	border: 1px solid #ccc;
	background: #eee;
	padding: 2px;
}

.product_list_content
{
	padding: 0 0 10px 0;
}

.saved_product_list
{
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}

.saved_product_list th
{
	font-weight: bold;
}

.saved_product_list td
{
	padding: 2px;
}
/* eo prodlist */

.infobutton
{
	width: 16px;
	height: 16px;
	background: transparent url(/templates/icons/help_16.png) no-repeat;
	border: 0;
	vertical-align: top;
	margin: 0 5px;
	cursor: pointer;
	outline: none;
}

div.google_button_container
{
	display: block;
	float: right;
	margin: 5px 0 10px 10px !important;
}

iframe.facebook-likebutton
{
	display: block;
	height: 40px !important;
	margin-top: 0;
}

*[align=left] 		{ text-align: left !important; }
*[align=center] 	{ text-align: center !important; }
*[align=right] 		{ text-align: right !important; }
*[align=justify]	{ text-align: justify !important; }
