/* Project Colors:

green: "#C5DE94"
l-green: "#E1EDC2"

blue: "#C6E7F0"
l-blue: "#E9F7FB"

pink:"#F9C3D2"
l-pink: "#FCE3EE"

l-brown: "#F1EDE0"

new_cat: #6AB2DE
 */

* {
	margin: 0px;
	padding: 0px;	
}


html {
	font-size: 100.01%;
}

body {
	font-family: arial;
	font-size: 0.75em;
	line-height: 1.333em;
}

#warpper {
	background: url(/images/back_grand.png) repeat-x;
	min-height: 500px;
	_height: 500px;
}

pre {
	font-size: 13px;
	font-family: Panic Sans;
}

input ,textarea{
	font-family: arial;
}

select {
	font-family: arial;
	padding: 0px;
}

input.radio{
	vertical-align: middle;
}

label.radio {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 2px;
	margin-top: 8px;
}

label.form {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	display: block;
	margin-bottom: 2px;
	margin-top: 8px;
}

label.form_error {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	display: block;
	margin-bottom: 2px;
	margin-top: 8px;
}

textarea.form {
	border: solid 1px gray;
	font-size: 1em;
	width: 305px;
	margin-bottom: 8px;
	padding: 1px;
}

textarea.form_error {
	border: solid 1px gray;
	font-size: 1em;
	width: 305px;
	margin-bottom: 8px;
	padding: 1px;
	background-color: #FCE3EE;
}

input.form {
	border: solid 1px gray;
	font-size: 1em;
	width: 200px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
}

input.form_error {
	border: solid 1px gray;
	font-size: 1em;
	width: 200px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
	background-color: #FCE3EE;
}

input.form_long {
	border: solid 1px gray;
	font-size: 1em;
	width: 305px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
}

input.form_long_error {
	border: solid 1px gray;
	font-size: 1em;
	width: 305px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
	background-color: #FCE3EE;
}

input.form_short {
	border: solid 1px gray;
	font-size: 1em;
	width: 50px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
}

input.form_short_error {
	border: solid 1px gray;
	font-size: 1em;
	width: 50px;
	display: block;
	margin-bottom: 8px;
	padding: 1px;
	background-color: #FCE3EE;
}

input.checkbox {

}

select.form {
	border: solid 1px gray;
	font-size: 1em;
	display: block;
	margin-bottom: 8px;
}

select.form_error {
	border: solid 1px gray;
	font-size: 1em;
	display: block;
	margin-bottom: 8px;
	background-color: #FCE3EE;
}

select.form_right {
	border: solid 1px gray;
	font-size: 1em;
	margin-bottom: 8px;
}

input.form_float {
	border: solid 1px gray;
	font-size: 1em;
	height: 14px;
	width: 120px;
	float: right;
}

img {
	border: none;
}

h2.green {
	background-color: #C5DE94;
	border-bottom: dotted 1px #3BB34A;
}

h2.blue {
	background-color: #C6E7F0;
	border-bottom: dotted 1px #3899D3;
}

ul {
	list-style: none;
}

li {
	padding-right: 10px;
	padding-left: 5px;
	line-height: 1.666em;
	min-height: 20px;
	_height: 20px;
}

a {
	color: #000000;
}

p.error {
	background-color: #FCE3EE;
}

a:hover {
	color: #000000;
}

.clear {
	overflow: hidden;
	height: 0px;
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear_left {
	overflow: hidden;
	height: 0px;
	clear: left;
}

.clear_right {
	overflow: hidden;
	height: 0px;
	clear: right;
}

.btn_anim {
	cursor: pointer;
	overflow: hidden;
}

.side_block h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.666em;
	padding-right: 10px;
}

.side_block p {
	padding-top: 5px;
	padding-right: 10px;
}

.side_block li {
}

.pages {
	text-align: center;
	width: 454px;
}

#pages_top{
	margin-bottom: 10px;
}

#pages_bottom{

}

strong.error {
	color: #984c4c;
}

.hr {
	border-bottom: 1px dotted #CCCCCC;
}

p.main_form_error {
	margin-top: 10px;
	margin-right: 20px;
	font-weight: bold;
	color: #984c4c;
}

p.form_error {
	color: #984c4c;
	font-weight: bold;
}

.imp_notice {
	font-size: 1.2em;
	color: #984c4c;
	font-weight: bold;
	margin-top: 10px;
}

p.done_block {
	background-color: #E1EDC2;
	width: 594px;
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
	padding-right: 10px;
}

/*#newsletter{
	position: relative;
	height: 120px;
	margin-bottom: 10px;
}

#newsletter_btn {
	margin-right: 15px !important;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}

#newsletter_result {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

#newsletter #input_text{
	border: solid 1px gray;
	font-size: 1em;
	display: block;
	padding: 1px;
	margin-right: 5px;
	width: 124px;
}

#newsletter_floater{
	position: absolute;
	z-index: 3;
	top: 42px;
	right: 5px;
	text-align: center;
	width: 130px;
}

#newsletter_bg {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
}*/

#wholesale_body {
	background-color: white;
}

#wholesale_logo {
	margin-left: 15px;
	margin-top: 15px;
}

#rotation_loader {
	position: absolute;
	left: 360px;
	top: 110px;
}
#retailer_banner_top{
	margin-bottom: 10px;
}

#on_location{
	position: relative;
	float: right;
	display: inline;
	width: 933px;
	border: solid 2px #736354;
	margin-right: 21px;
	margin-bottom: 5px;
}

#on_location_caption{
	opacity: 0.8;
	background-color: #736354;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 933px;
	height: 25px;
	z-index: 1;
}

#on_location h3{
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 1.25em;
	line-height: 22px;
	color: white;
}

#on_location h3 span{
	margin-right: 10px;
	font-size: 0.75em;
}

/* @group blog */

.blog_item {
	margin-top: 15px;
	background: url(/images/blog_bullet.png) no-repeat right top;
}

.blog_bullet{
	float: right;
}

#page_content .blog_item h3{
	line-height: 1em;
	font-size: 1.75em;
	font-weight: bold;
	margin-right: 38px;
	margin-top: 0px;
	padding-top: 0px;
	color: #006a00;
}

.blog_item img{
	vertical-align: middle;
	margin-left: 5px;
}

#page_content .blog_item p{
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 15px;
}

#page_content p.blog_date{
	margin-bottom: 10px;
	margin-right: 38px;
}

#page_content .blog_item a{
	color: #006a00;
	font-weight: bold;
	float: left;
	font-size: 1.25em;
	margin-top: -5px;
}

.blog_item_closer{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}

#extra_blog_list {
	margin-top: 30px;
	margin-bottom: 10px;	
}


/* @end */

/* @group center */



#newsletter_slider{
	background: #E1EDC2 url(/images/newsletter_shadow.png) repeat-x 0 bottom;
}

#newsletter_slider_inside{
	width: 760px;
	margin: 0px auto;
	overflow: hidden;
	height: 0px;
	text-align: center;
	direction: rtl;
}

#newsletter_slider_inside label
{
	margin-top: 5px;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
}

#newsletter_slider_inside_right{
	
}

#input_text {
	width: 200px;
	margin-top: 5px;
	border: solid 1px gray;
	font-size: 1em;
	padding: 1px;
}

#newsletter_btn{
	margin: 5px auto;
}

#newsletter_result{
	font-size: 1.25em;
	margin-top: 5px;
	font-weight: bold;
}

#header_block {
	position: relative;
	width: 980px;
	margin: 0px auto;
	height: 120px;
	background-color: white;
}

#header_block a{
	color: #f97ca0;
	text-decoration: none;
}

#header_block a:hover{
	color: gray;
	text-decoration: underline;
}

#tab_gift {
	position: absolute;
	left: 5px;
}

#tab_newsletter{
	position: absolute;
	left: 110px;
}

#main_cart{
	position: absolute;
	right: 15px;
	top: 5px;
	text-decoration: none;
}

#main_cart img{
	vertical-align: middle;
}

#eng_ver{
	position: absolute;
	right: 150px;
	top: 5px;
	padding-right: 5px;
	border-right: 1px solid silver;
}

#header_links_bar {
	min-height: 20px;
	_height: 20px;
	border-top: dotted 1px #E1D5BA;
	width: 980px;
	margin: 0px;
	margin: 0px auto;
}

#header_links_bar ul {
	list-style: none;
}

#header_links_bar li {
	padding-right: 0px;
	padding-left: 0px;
	
	background-color: #FCE3EE;
	float: right;
	min-height: 20px;
	_height: 20px;
	text-align: center;
}

#header_links_bar li.side {
	width: 150px;
}

#header_links_bar li.center {
	width: 158px;
	border-left: solid 1px #F9C3D2;
	border-right: solid 1px #F9C3D2;
}

#header_links_bar a {
	color: #000000;
	line-height: 1.666em;
	text-decoration: none;
}

#header_links_bar a:hover {
	color: #000000;
	line-height: 1.666em;
	text-decoration: underline;
}


#header_links_bar_new {
	min-height: 25px;
	_height: 25px;
	margin: 0 auto;
	background-color: white;
	padding-bottom: 10px;
}

#header_links_bar_new li {
	padding-right: 10px;
	padding-left: 5px;
	float: right;
	min-height: 25px;
	_height: 25px;
	text-align: center;
}

#header_links_bar_new a{
	color: #f97ca0;
	text-decoration: none;
	line-height: 2em;
}

#header_links_bar_new a:hover{
	color: gray;
	text-decoration: underline;
}

#new_contact_banner {
	float: left;
	display: inline;	
}

#main_block {
	width: 980px;
	margin: 0px auto;
	background-color: white;
}

#main_block_noleft {
	width: 980px;
	margin: 0px auto;
	background-color: white;
}

#middle_block {
	width: 980px;
	margin: 0px auto;
	min-height: 450px;
	_height: 450px;
}

#location_bar {
	font-size: 1em;
	line-height: 1.666;
	min-height: 20px;
	_height: 20px
}

#center_content {
	padding-right: 220px;
	background-color: white;
}

.title_block {
	position: relative;
	width: 750px;
	min-height: 25px;
	_height: 25px;
	background: url(/images/title_bk_noleft.png) no-repeat center top;
	border-top: dotted 1px #F9C3D2;
}

.title_block_noleft {
	position: relative;
	width: 750px;
	min-height: 25px;
	_height: 25px;
	background: url(/images/title_bk_noleft.png) no-repeat center top;
	border-top: dotted 1px #F9C3D2;
}

#title_block_h2 {
	margin-top: 35px;
}

#center_content h1 {
	margin-right: 25px;
	color: #666666;
	font-size: 1.333em;
	line-height: 1.6em;
	font-weight: bold;
}

#center_content h2 {
	margin-right: 25px;
	color: #666666;
	font-size: 1.333em;
	line-height: 1.6em;
	font-weight: bold;
}

.informative {
	width: 750px;
}

.informative p {
	margin-right: 10px;
	margin-top: 15px;
}

p.end_link{
	text-align: left;
	margin-top: 5px;
}

#layout_bird, #layout_ducks {
	position: absolute;
	left: 5px;
	top: -15px;
}

#layout_cryons {
	position: absolute;
	left: 5px;
	top: 12px;
}

#index_pics_block {
	position: relative;
	width: 750px;
	height: 255px;
	border-bottom: dotted 1px #3899D3;
}

#index_pics_block img {
	position: absolute;
	right: 0px;
}

#rand_lt {
	position: absolute;
	left: 0px;
	top: 0px;
}

#rand_lb {
	position: absolute;
	left: 0px;
	bottom: 3px;
}

#rand_c {
	position: absolute;
	left: 152px;
	top: 0px;
}

#rand_rt {
	position: absolute;
	right: 0px;
	top: 0px;
}

#rand_rb {
	position: absolute;
	right: 0px;
	bottom: 3px;
}

#index_prods_block {
	margin-top: 10px;
}

#index_prods_block .prod_block {
	text-align: center;
	width: 158px;
	float: right;
	padding: 10px;
	border: dotted 1px #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
}

#index_prods_block .prod_pic_box {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 18px;
	background-color: silver;
}

#index_prods_block .prod_block .btn_anim img{
	_margin-right: 15px;
}

#sort_by_dize {
	font-size: 1.15em;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
}

#sort_by_dize input, #sort_by_dize select{
	vertical-align: middle;
}

#sort_by_size_submit{
	float: left;
	display: inline;
	margin-left: 14px;
}

#products_block {
	margin-top: 10px;
}

.prod_row {
	float: right;
	width: 760px;
}

#products_block .prod_block {
	position: relative;
	padding-top: 10px;
	text-align: center;
	width: 178px;
	min-height: 250px;
	_height: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: dotted 1px #CCCCCC;
}

#products_block .prod_block_cats {
	position: relative;
	padding-top: 10px;
	text-align: center;
	width: 178px;
	min-height: 200px;
	_height: 200px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: dotted 1px #CCCCCC;
}

#products_block .prod_block_cats .prod_pic{
	position: relative;
}

#products_block .prod_block .btn_anim img{
	_margin-right: 5px;
}

.prod_pic_box {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-right: 29px;
	_margin-right: 0px;
}

.prod_pic {
	position: absolute;
}

#products_block h3 {
	margin-right: 13px;
	_margin-right: 3px;
	font-size: 1em;
	width: 150px;
	min-height: 55px;
	_height: 55px;
}

#products_block h3.cats{
	min-height: 0px;
	_height: auto;
}

#products_block .product_sale_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #e90000;
	margin-top: 2px;
	margin-bottom: 6px;
}

#products_block .product_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #6AB2DE;
	margin-top: 2px;
	margin-bottom: 25px;
}


#products_block .product_price_small {
	font-size: 1em;
	font-weight: bold;
	color: #6AB2DE;
	margin-top: -17px;
}

#products_block .btn_anim {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#bottom_block {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 5px;
	font-size: 0.9em;
	padding-top: 10px;
}

#bottom_graphic {
	background: url(/images/bottom_bar.png) no-repeat;
	width: 980px;
	height: 70px;
}

#bottom_graphic_noleft {
	background: url(/images/bottom_bar.png) no-repeat;
	width: 980px;
	height: 70px;
}

#footer {
	float: left;
	margin-left: 20px;
}

.footer_center {
	text-align: center;
}

#footer_links {
	float: right;
	margin-right: 20px;
}

.bottom_columns{
	
}

.bottom_col_top{
	width: 980px;
	height: 10px;
	background: url(/images/footer_block_top.png);
}

.bottom_col_bottom{
	width: 980px;
	height: 10px;
	background: url(/images/footer_block_bottom.png);
}

.bottom_columns_innner{
	width: 980px;
	margin: 0px auto;
	background: #f5efe5;
}

.bottom_column {
	float: right;
	display: inline;
	margin-right: 15px;
	width: 133px;
}

.bottom_column h3{
	font-size: 1em;
}

.bottom_column ul{
	margin: 0px;
	padding: 0px;
}

.bottom_column li{
	margin: 0px;
	padding: 0px;
}

#footer_block {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 0.9em;
}

/* @end */

/* @group right */

#right_content {
	float: right;
	width: 200px;
	margin-right: 10px;
}

#search_block {
	background-color: #E1EDC2;
	border-bottom: dotted 1px #3BB34A;
}
#search_form{
	float: left;
}

#keys {
	border: solid 1px gray;
	font-size: 1em;
	height: 14px;
	width: 120px;
	_margin-top: 10px;
	padding: 1px;
	margin: 1px 0 0 10px;
}

#search_submit {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

#cat_block {
	margin-bottom: 5px;
}

#cat_block a {
	font-size: 1.33em;
	text-decoration: none;
}

#cat_block a:hover {
	text-decoration: underline;
}

#cat_block li {
	line-height: 1.8em;
	padding-right: 10px;
	border-right: 2px solid #8AC440;
	margin-top: 3px;
	margin-bottom: 3px;
}

#cat_block li.parent_open {
	border-bottom: none;
}

#cat_block li.parent, #cat_block li.parent_open {
}

#cat_block li.parent a, #cat_block li.parent_open a {
	
}

#cat_block li.parent ul li, #cat_block li.parent_open ul li {
	margin-right: -8px;
	margin-left: -5px;
	padding-right: 20px;
	border-right: 2px solid #C6E7F0;
}

#cat_block li.parent ul li a, #cat_block li.parent_open ul li a {
	color: black;
}

#cat_block li.parent ul {
	display: none;
}

#cat_block li.parent_close ul {
	display: none;
}

#cat_block li.parent_open ul {
	display: display;
}

#cat_block li.first_child {
	
}

#cat_block span.new_cat {
	display: inline;
	float: left;
	margin-left: -5px;
}

#cat_new {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#cat_sale {
	margin-top: 5px;
	margin-right: 5px;
}

#new a{
	color: #009cce;
	font-weight: bold;
}

#sale a{
	color: #984c4c;
	font-weight: bold;
}

#contact_block {
	background-color: #E9F7FB;
	border-top: dotted 1px #3899D3;
	border-bottom: dotted 1px #3899D3;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#contact_page_btn {
	margin-top: 5px;
	margin-right: 10px;
}

#why_organic{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#info_center_block {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dashed #F9C3D2;
}

#info_center_block a{
	font-size: 1.2em;
	text-decoration: none;
}

#info_center_block a:hover{
	font-size: 1.2em;
	text-decoration: underline;
	color: gray;
}

#info_center_block h3{
	margin-bottom: 10px;
}

#info_center_block ul{
}

#info_center_block li{
	padding-right: 5px;
	border-right: 2px solid #f97ca0;
	margin: ;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* @end */

/* @group left */

#ic_block {
	background: url(/images/ic_scale.png) repeat-y center;
}

#ic_block ul{
	padding-right: 5px;
	padding-left: 5px;
}

#ic_block ul a{
	color: white;
	font-weight: bold;
	font-size: 1.15em;
	text-decoration: none;
}

#ic_block li{
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid white;
}

#ic_block ul a:hover{
	color: black;
	text-decoration: underline;
}

#ic_top{
	margin-top: 5px;
	margin-right: 4px;
}

#ic_bottom{
	margin-right: 4px;
}

#left_content {
	float: left;
	width: 150px;
}

#info_block {
	background-color: #E9F7FB;
	margin-bottom: 5px;
}

#loved_block {
	background-color: #E9F7FB;
	border-top: dotted 1px #3899D3;
	margin-bottom: 5px;
}

/* @end */

/* @group contact */

#contact_page_block {
	width: 750px;
}

#contact_page_block #checkout_info_block p{
	margin-bottom: 15px;
}

#contact_page_block #checkout_info_block p.last_p{
	margin-bottom: 0px;
}

#contact_page_block h2{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	background-color: #f2f2f2;
	font-size: 1em;
	font-weight: bold;
}

#contact_form{
	width: 250px;
}

#contact_form .form{
	width: 250px;
}

#submit_contact{
	float: left;
	margin-top: 10px;
}

/* @end */

/* @group product */

.sale {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.incat_prod_cotton {
	color: #8AC440;
	font-weight: bold;
	margin-top: 5px;
}

#cat_intro {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;	
}

#cat_intro p{
	margin-bottom: 10px;
}

#closeup_box {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 10px;
	background-color: silver;
	overflow: hidden;
}

#closeup_box_close{
	position: absolute;
	top:  10px;
}

#product_block {
	margin-top: 10px;
}

/* @group info */

#product_info{
	
}

#product_info_inner{
	float: right;
	width: 520px;
}

#product_info h3{
	margin-top: 10px;
}

#prod_code{
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-align: left;
}

#prod_price{
	font-size: 1.3em;
	font-weight: bold;
	color: #6AB2DE;
}

span.sale_price{
	font-size: 1.25em;
	font-weight: bold;
	color: #e90000;
}

.price_b2b {
	font-size: 0.75em;
	font-weight: normal;
	color: gray;
}

#prod_cotton {
	color: #8AC440;
	font-weight: bold;
	margin-top: 20px;
}

#prod_desc{
	min-height: 50px;
	_height: 50px;
}

#product_form {
	margin-bottom: 15px;
}

#product_size{
	zoom:1;
}

#product_amount {
	width: 35px;
}

#prod_form_right {
	float: right;
	width: 45px;
}

#prod_form_left {
	float: right;
	width: 180px;
}

#prod_add_to_cart {
	
}

#stock_update {
	float: right;
	width: 750px;
	margin-top: 20px;
	border: dotted 1px #CCCCCC;
}

#stock_update_right {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#stock_update_left {
	float: right;
	display: inline;
	margin-left: 10px;
}

#stock_update h3{
	font-size: 1.25em;
	background-color: #E9F7FB;
	padding: 2px;
}

#stock_update input{
	margin-bottom: 0px;
}

#stock_update #email{
	text-align: left;
	direction: rtl;
	width: 150px;
}

#btn_stock_update{
	float: right;
	display: inline;
	margin-top: 24px;
}

#form_response {
	float: right;
	width: 450px;
	background-color: #E1EDC2;
	padding: 2px;
	margin-top: -3px;
	display: none;
}

/* @end */

/* @group picture */

#product_pictures {
	position: relative;
	float: right;
	width: 230px;
}

#product_picture_block{
	border: dotted 1px #CCCCCC;
	width: 210px;
	height: 210px;
}

#product_picture_box {
	position: relative;
	top: 5px;
	right: 5px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

#product_picture {
	position: absolute;
	cursor: pointer;
}

#product_picture_closeup_text{
	position: absolute;
	top: 10px;
	z-index: 3;
	width: 210px;
	color: white;
	font-size: 1.3em;
	text-align: center;
}

#product_picture_closeup{
	display: none;
	position: absolute;
	z-index: 2;
	width: 210px;
	height: 210px;
	background-color: black;
}

#product_picture_enlarge{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	width: 200px;
	background-color: white;
}

#product_picture_enlarge_text {
	position: absolute;
	z-index: 2;
	right: 5px;	
	bottom: 0px;
	font-weight: bold;
}

/* @end */

/* @group thumbs */

.product_thumb_box{
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	position: relative;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border: dotted 1px #CCCCCC;
}

#cart_table .product_thumb_box{
	border: solid 1px #CCCCCC;
}

.product_thumb{
	position: absolute;
}

#product_thumbs{
	margin-top: 3px;
}

/* @end */

/* @end */

/* @group content */

#page_content{
	padding-right: 15px;
	width: 700px;
	margin-top: 1em;
}

#page_content h3{
	margin-top: 15px;
	margin-right: 10px;
}

#page_content p{
	margin-top: 1em;
	margin-right: 10px;
	line-height: 1.5em;
}

#page_content hr{
	margin-top: 1em;
	margin-right: 10px;
}

#page_content ul, #page_content ol{
	margin-top: 5px;
	margin-right: 25px;
	padding-right: 0px;
	list-style-position: outside;
}

#page_content ul li , #page_content ol li{
	padding-right: 0px;
}



#page_content ul {
	list-style-type: disc;
}

#size_guide td{
	border-bottom: 1px dotted gray;
}

#extra_banner{
	margin-right: 5px;
	margin-top: 5px;
}

#phone_banner{
	margin-right: 5px;
}

#size_guide_banner{
	margin-right: 5px;
}

#free_ship_banner{
	margin-right: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group cart */

#cart_discount_code p{
	font-weight: bold;
}

#cart_discount_code a{
	color: #920000;
}

#cart_discount_code {
	margin-top: 10px;
	padding: 3px;
	border: 3px double #efefef;
	background-color: #f4f4f4;
}

#cart_discount_code label.form{
	display: inline;
	margin: 0px;
}

#cart_discount_code input.form{
	width: 100px;
	display: inline;
	margin: 0px;
}

#cart_discount_code span{
	margin-right: 5px;
	font-style: italic;
}

#gift_card p{
	font-weight: bold;
}

#gift_card a{
	color: #920000;
}

#gift_card {
	margin-top: 10px;
	padding: 3px;
	border: 3px double #ff8eff;
	background-color: #FCE3EE;
}

#gift_card label.form{
	display: inline;
	margin: 0px;
}

#gift_card input.form{
	width: 150px;
	display: inline;
	margin: 0px;
}

#gift_card span{
	margin-right: 5px;
	font-style: italic;
}

#cart_form{
	width: 750px;
	border-top: dotted 1px #F9C3D2;
}

#cart_form h3{
	margin-top: 10px;	
}

#cart_table input.form{
	width: 40px;
	display: inline;
	margin: 0px;
}

#cart_table {
	padding-top: 5px;
	width: 750px;
}

#cart_table a{
	color: #4c8898;
	font-weight: bold;
}

#cart_table a:hover{
	color: #989898;
	font-weight: bold;
}

#cart_table th{
	background-color: #eff5e0;
	text-align: right;
	padding-right: 5px;
}

#cart_table td{
	background-color: #f2f2f2;
	padding: 5px;
}

#cart_table td.white{
	background-color: #ffffff;
	padding: 2px 5px;
	text-align: left;
}

#cart_table td.sum{
	background-color: #eff5e0;
	padding: 2px 5px;
}

#cart_table tr.discount td{
	background-color: #d3efc5;
	font-weight: bold;
}

#cart_table tr.discount td.white{
	background-color: #ffffff;
	padding: 2px 5px;
	text-align: left;
}

#cart_table tr.gift_card td{
	background-color: #FCE3EE;
	font-weight: bold;
}

#cart_table tr.gift_card td.white{
	background-color: #ffffff;
	padding: 2px 5px;
	text-align: left;
}

th#code{
	width: 100px;
}

th#desc{
	width: 235px;
}

th#amount{
	width: 55px;
}

th#price_unit{
	width: 80px;
}

th#price{
	width: 85px;
}

th#delete{
	width: 40px;
}

td#code_desc_amount{
	width: 394px;
}

.cart_notice{
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart_shipment_to{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

#cart_update{
	margin-top: 10px;
	float: right;
}

#cart_exit{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}

#cart_submit{
	margin-top: 10px;
	float: left;
}

.cart_errors {
	font-weight: bold;
	color: #fc3f91;
}

span.cart_in_sale {
	color: #e90000;
	font-weight: bold;
}

span.gray {
	color: gray;
}

/* @end */

/* @group checkout */

#checkout_block {
	border-top: dotted 1px #F9C3D2;
	width: 750px;
}

#checkout_block #cart_form{
	border: none;
}

#checkout_block h2{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	background-color: #f2f2f2;
	font-size: 1em;
	font-weight: bold;
}

#checkout_form_warp{
	float: right;
	margin-top: 10px;
	width: 340px;
	border: dotted 1px #CCCCCC;
}

#checkout_step2{
	padding-right: 15px;
}

#checkout_info_block{
	float: right;
	border: dotted 1px #CCCCCC;
	width: 395px;
	margin-top: 10px;
	margin-right: 10px;
}

#checkout_step2_info_block{
	float: right;
	border: dotted 1px #CCCCCC;
	width: 396px;
	margin-top: 10px;
	margin-left: 10px;
}

#checkout_step2_info_block ul{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#checkout_step2_info_block .hr{
	width: 375px;
	margin-right: 10px;
}

#checkout_info_block p{
	padding: 5px;
	color: #989898;
}

form.checkout{
	margin-top: 10px;
	padding-bottom: 10px;
}

form.checkout .right{
	float: right;
	width: 145px;
}

form.checkout .center{
	float: right;
	width: 310px;
}

form.checkout .left{
	padding-right: 15px;
	_padding-right: 11px;
	float: right;
}

form.checkout label.form{
	font-weight: normal;
	color: #989898;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
}

form.checkout label.form_error{
	font-weight: bold;
	color: #984c4c;
	margin: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
}

form.checkout input.form, input.form{
	width: 145px;
}

form.checkout input.form_error, input.form_error{
	width: 145px;
}

form.checkout .hr_bottom{
	border-bottom: 1px dotted #CCCCCC;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 310px;
}

form.checkout .hr{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 310px;
	overflow: hidden;
	height: 0px;
}

.form_inner{
	padding-right: 15px;
}

#form_extra{
	float: right;
	width: 340px;
}

#checkout_exit{
	float: right;
}

#checkout_continue{
	float: left;
	display: inline;
	margin-left: 15px;
}

#checkout_deal{
	float: left;
	display: inline;
	margin-left: 15px;
}

#checkout_edit_cart{
	float: left;
	margin-top: -20px;
}

#checkout_step1_edit {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#checkout_finish {
	margin-right: 15px;
}

#checkout_finish p{
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.5em;
}

#survey {
	color: #984c4c;
	margin-top: 30px;
}

.mini{
	font-size: 0.75em;
}

#short_q select{
	margin-top: 5px;	
}

#checkout_updates{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#checkout_updates input{
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 10px;
}

/* @end */

/* @group 404 */

#page_404 {
	text-align: center;
	background: white url(/images/back_grand.png) repeat-x;
	line-height: 2em;
}

#page_404_top {
	height: 110px;
	background: url(/images/404_top.png) no-repeat center;
}

#page_404_content{
	width: 980px;
	margin: 0px auto;
	background-color: white;
	height: 500px;
}

#page_404_content h1{
	padding-top: 200px;	
}

#page_404_bottom {
	height: 70px;
	background: url(/images/404_bottom.png) no-repeat center;
}

#page_404 a{
	font-size: 1.25em;
}



/* @end */

/* @group gift */

#layout_gift_card {
	position: absolute;
	left: 10px;
	top: -15px;
}

#include_gift {
	margin-right: 10px;
	margin-top: 40px;
}

#gift_cars {
	margin-right: 10px;
}

#gift_cars h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

#method_email_block{
	margin-bottom: 5px;
	width: 310px;
}

#method_mail_block{
	margin-bottom: 10px;
	width: 310px;
}

ul.error {
	color: #984c4c;
	font-weight: bold;
	margin-right: 20px;
}

.sub_info {
	margin-top: 5px;
	display: none;
}



/* @end */

/* @group products_catalog */

.products_catalog{
	background-color: white;
}

.products_catalog #center_content {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
}

.products_catalog .title_block_noleft {
	page-break-before: always;
	position: relative;
	width: 604px;
	min-height: 25px;
	_height: 25px;
	/*background: url(/images/title_bk_noleft.png) no-repeat center top;*/
	border-top: dotted 1px #F9C3D2;
}

.products_catalog #first {
	page-break-before: avoid;
}

.products_catalog #title_block_h2 {
	margin-top: 35px;
}



.products_catalog .products_block {
	margin-top: 10px;
}


.products_catalog .prod_row {
	float: right;
	width: 720px;
}

.products_catalog .products_block .prod_block {
	position: relative;
	padding-top: 10px;
	text-align: center;
	width: 140px;
	min-height: 250px;
	_height: 250px;
	float: right;
	margin-left: 14px;
	margin-bottom: 10px;
	border: dotted 1px #CCCCCC;
}

.products_catalog .products_block h3 {
	margin-right: 10px;
	_margin-right: 5px;
	font-size: 1em;
	width: 120px;
	min-height: 60px;
	_height: 60px;
}

.products_catalog .products_block .product_sale_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #e90000;
	margin-top: -20px;
	margin-bottom: 6px;
}

.products_catalog .products_block .product_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #6AB2DE;
	margin-top: 2px;
	margin-bottom: 25px;
}

.products_catalog .products_block .btn_anim {
	position: absolute;
	bottom: 5px;
	right: 10px;
}



/* @end */