/* CSS Document
Author : Sergey Shetinin - Team Discovery Ltd
Date: June 24th 2007
*/

/* Basic Element Formatting ------------------------------------------------------ */
html {
	font-size: 100%;
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

body {
	background: #F505E0 url(/shop/images/body_bgr.gif) repeat-x;
	font-size:62.5%
	font-family: Tahoma, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {									/* New. Added 21.09.07 */
	color: #C024E3;
	text-decoration: underline;
}

a:hover {							/* New. Added 21.09.07 */
	color: #C024E3;
	text-decoration: none;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #0000cc;
}

p {
	font-size: 0.8em;
}

input {
	font-size: 1em;
	font-weight: normal;
	height: 1.25em;
	margin-bottom: 1px;
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

select {
	font-size: 1em;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}

/* Multiple-Use Selectors -------------------------------------------------------- */
.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 1.6em;
}
.clear_both {
	clear: both;
}
.td_button {
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	height: 1.6em;
	background-color: #8DBFFF;
	border: 1px solid #761898;
	color: #761898;
	background:url(/shop/images/table_head_back.gif);
}
/* Standard text and link formatting --------------------------------------------- */

.smaller_text {
	font-size: 0.8em;
	width: 100%;
}

.bold_links { 
	font-size: 1.0em;
	text-decoration: none; 
	font-weight: bold;
	color:#036;
}

.bold_links:hover { 
	text-decoration: none; 
	font-weight: bold;
	color:#ff8d29; 
}

.box_block_links {
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
	margin-top: 4px; margin-bottom: 2px; text-align: right;
	padding: 1px 5px;
}
.box_block_links a {
	text-decoration: none;
	border: solid 1px #761898;
	margin: 2px 2px 0px 3px;
	padding: 2px 10px;
}

.box_block_links a:link,  .box_block_links a:visited {
	text-decoration: none;
	color: #761898;
	background-color:#CCF1FE;
	background:url(/shop/images/table_head_back.gif);
}

.box_block_links a:hover {
	text-decoration: none;
	color: #761898;
	background-color:#CCF1FE;
	background:url(/shop/images/table_head_back.gif);
}

.product_price {
	font-weight: bold;
	font-size: 0.8em;
	color: #800000;
}

.product_links, product_links:link {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 0.7em;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	color: #c024e3;
	text-decoration: none;
}

.product_add {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	margin-left: 0px;
	padding-top: 0px;
	font-size: 0.7em;
	font-weight: bold;
	border: 0px;
	text-align: left;
	cursor: pointer;
	color: #c024e3;
}

/* Container – Main Container for all HTML --------------------------------------- */
div#maincontainer {					/* Changed 21.09.07 */
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 930px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
/*	border: solid 1px #00FF00; /* for testing only */
}

/* Header Styles ----------------------------------------------------------------- */
div#header{							/* Changed 21.09.07 */
	font-size: 1em;
	margin: 0;
	height: 86px;
	color: #0096CB;
	background: #000000;
/*	background-color___: #193DB7;	*/
	border-bottom: 1px solid #FFFFFF;
/*	border: solid 1px #FF0000;  /* for testing only */
}
div#subheader {						/* Changed 21.09.07 */
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	background: #930386 url(/shop/images/subheader_bgr.gif) repeat-x;
/*	border: solid 1px #FF0000;  /* for testing only */
}

.header_logo
{
	margin: 0 0 0 0;
	padding: 0px 5px;
	float: left;
	width: 400px;
	text-align:left;
}

.header_slogan /* not in use anymore */
{
	margin: 0 0 0 5px;
	padding: 0px 5px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #C024E3;
	text-align:left;
}

.header_block
{
	margin: 5px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	height: 80%;
	font-size: 1em;
}

.header_block_title
{
	padding: 1px 5px;
	font-size: 1.2em;
	font-style:italic;
	font-weight: normal;
	color: #901DAE;
	text-align:right;
	height: 52px;
}

.header_block_content
{
	padding: 1px 5px;
	font-size: 0.85em;
	color: #0096CB;
	font-weight: normal;
}

.header_block_content a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 0.8em;
	color: #C024E3;
}

.header_block_content a:link,  .header_block_content a:visited {
	text-decoration: underline;
	font-weight: normal;
}

.header_block_content a:hover {
	text-decoration: none;
	font-weight: normal;
}

span#welcome {
	vertical-align: bottom;
	margin: 10px 0 -3px 10px;
	font-weight: normal;
	color: #ffffff;
	font-size: 0.9em;
}

div#navcontainer {
	float: right;
	position: relative;
	display: inline;
	top: -2px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	
#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist input {
	font-size: 1em;
	font-weight: normal;
	height: 1.2em;
	margin-top: 3px;
}

#navlist input.button {
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	height: 1.8em;
 	background-color: #8dbfff;
	border: 1px solid #000;
	color: #761898;
	background:url(/shop/images/table_head_back.gif);
}
#navlist a {
	color: #FFFFFF;
	padding: 1px;
	margin: 3px;
	font-weight: bold;
	font-size: 0.9em;
	border: 0px none;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#navlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Container – wraps #left_column and #main_content ------------------------------ */
div#container {
	clear: both; /* ??? */
	width: 740px;
	margin-top: 0px;  /* ??? */
	float: left;
	background-color: #FFFFFF;
/*	border: solid 1px #00FF00; /* for testing only */
}

/* Left Column ------------------------------------------------------------------- */
div#left_column {
	font-size: 1em;
	width: 164px;
	float: left;
	padding: 0 0 10px 10px;
	color: #000000;
/*	border: solid 1px #0000FF; /* for testing only */
}
.section_list {
	font-weight: normal;
	font-size: 1em;
	font-weight:bold;
	margin: -6px -5px 0 -5px; 
	padding: 0;
	text-align: left;
	list-style-type: none;
}

.section_list li {
	margin: 0; 
	padding: 0;
	display: inline;
}

.section_list a {
	display: block;
	border-top:solid 1px #C077D0;
	padding: 0px 0px 2px 4px;
	text-decoration: none;
	line-height: 14px;
}

.section_list a:link,  .section_list a:visited {
	background-color:#FFFFFF;
	text-decoration: none;
}

.section_list a:hover {
	background-color:#CCF1FE;
	text-decoration: none;
}

.subsection_list {
	font-size: 0.9em;
	font-weight: normal;
	margin: 1px0 0 0 0; 
	padding:  0; 
	list-style-type: none;
	border: none;
}

.subsection_list li {
	margin: 0; 
	padding: 0;
	border: none 0px;
	display: inline;
}
.subsection_list a {
	display: block;
	border: none 0px;
	padding: 0px 0px 2px 4px;
	text-decoration: none;
	line-height: 14px;
}

.subsection_list a:link,  .subsection_list a:visited {
	background-color:#FFFFFF;
	text-decoration: none;
}

.subsection_list a:hover {
	background-color:#CCF1FE;
	text-decoration: none;
}


.customer_links {
	margin: 0px; 
	padding: 0px; 
	padding-left: 5px; 
	list-style-type: none;
	font-size: 0.9em;
	font-weight:bold;
}

.news_links {
	margin: 0px; 
	padding: 0px; 
	padding-left: 17px; 
	list-style-type: square;
}

.info_links {
	margin: 0px; 
	padding: 0px; 
	padding-left: 17px; 
	list-style-type: circle;
	color: #C024E3;
}

/* Right Column ------------------------------------------------------------------ */
div#right_column {
	font-size: 1em;
	width: 176px;
	float: left;
	background-color: #FFFFFF;
	padding: 0 0 10px 10px;
	color: #000000;
/*	border: solid 1px #FF0000; /* for testing only */
}

/* Right and Left Menu Box Style ------------------------------------------------- */
.soft_border {background:#F9FBFF url(/shop/images/mod005BG.jpg) 0 100% repeat-x; width: 164px;margin: 15px 0;padding:0px;}
.br_top_left {height:16px;background:url(/shop/images/border_tl.gif) 0 0 no-repeat;}
.br_top_rigth {height:16px;background:url(/shop/images/border_tr.gif) 100% 0 no-repeat;}
.br_bottom_left {height:16px;background:url(/shop/images/border_bl.gif) 0 100% no-repeat;}
.br_bottom_rigth {height:16px;background:url(/shop/images/border_br.gif) 100% 100% no-repeat;}
.menu_box {margin: -13px 0; padding:0;border-left:1px solid #C077D0;border-right:1px solid #C077D0;}
/* .menu_box {							Changed 21.09.07 
	width: 164px;
	margin-top: 10px;
	border: 1px solid #C077D0;
}*/
.menu_box_title {					/* Changed 21.09.07 */
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
	color: #FFFFFF;
	background: #930386 url(/shop/images/menu_box_title_bgr.gif) repeat-x; 
	/*	background-color: #88ABCB;*/
	border-bottom: 1px solid #C077D0;
}
.menu_box_content,
.menu_box_content_cent {			/* Changed 21.09.07 */
	padding: 5px 5px 5px 5px;
	font-size: 0.75em;
	height: 1%;
	background-color: #F9FBFF;
}
.menu_box_content {
	text-align: left;
}
.menu_box_content_cent {
	text-align: center;
}
.menu_box_content:after { content: ""; display: block; height: 0; clear: both; }

.menu_box_block_links {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin-top: 4px; margin-bottom: 2px; text-align: right;
	padding: 1px 5px;
}
.menu_box_block_links a {
	text-decoration: none;
	border: 1px solid #761898;
	margin: 2px 2px 0px 3px;
	padding: 2px 10px;
}

.menu_box_block_links a:link,  .menu_box_block_links a:visited {
	text-decoration: none;
	color: #761898;
	background-color: #8DBFFF;
	background:url(/shop/images/table_head_back.gif);
}

.menu_box_block_links a:hover {
	text-decoration: none;
	color: #761898;
	background-color: #8DBFFF;
	background:url(/shop/images/table_head_back.gif);
}

.menu_box_productlist {

}

/* Main Content (Middle) Styles -------------------------------------------------- */
div#main_content {
	width: 520px;
	float: left;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	font-size: 1em;
	color: #333333;
/*	border: solid 1px #0000FF; /* for testing only */
}
div#main_content:after { content: ""; display: block; height: 0; clear: both; }

.page_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #920A96;
	padding: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C077D0;
}

.page_subheading {					/* Changed 21.09.07 */
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #920A96;
/*	background-color: #88ABCB;	*/
	border-bottom: 1px solid #C077D0;
	clear: both;
}

.page_subheading span.sort_by {					/* New 18.10.07 */
	font-size: 0.85em;
	font-weight: normal;
}

.breadcrumb {
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
/*	border-bottom: 1px solid #CCCCCC; */
	background-color: #FFFFFF;
}

.breadcrumb_title {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

div.product_full_description {	/* new 18.10.07	*/
	margin-top: 20px;
	font-size: 0.8em;
}
div.product_full_description p {	/* new 18.10.07	*/
	font-size: 1em;
}

/* Footer Styles ----------------------------------------------------------------- */
div#footer {					/* Changed 21.09.07 */
	width: 100%;
	border-top: #88ABCB solid 1px;
	height: 100px;
	margin: 0;
	clear: both;
	text-align: center;
	color: #000000;
/*	border: solid 1px #FF0000; /* for testing only */
}
div#footer_links_div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 15px 0 10px 0;
	font-size: 0.7em;
}
ul#footer_links	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}
#footer_links li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0 2px 0 2px;
	font-weight: normal;
}
#footer_links a { 
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	color: #C024E3;
	white-space: nowrap;
}
#footer_links a:link, #footer_links a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #C024E3;
}
#footer_links a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #C024E3;
}
div#users_online {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.7em;
}

div#copyright {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.7em;
}

/* General Form Styling ---------------------------------------------------------- 

.general_form {
}

.general_form_row {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
}
.general_form_col_1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.general_form_col_2 {
	float: left;
	text-align: left;
}	*/

.general_form_div {
	text-align: center;
}
 
.form_error {
	font-weight: normal;
	font-size: 0.85em;
	color: #ff0000;
}

.error_msg {
	font-size: 1.0em;
	font-weight: normal;
	color: #ff0000;
}
.general_form_table { 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	border: 1px  solid #c077d0;
}

.general_form_table caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.80em;
	border-bottom: 1px  solid #c077d0;
}

.general_form_table th {
	font-weight: bold;
	padding: 3px;
	text-align: left;
	font-size: 0.80em;
	color: #346BA0; 
	vertical-align: top;
	background-color: #FFFFFF; 
	border-left: solid 1px #c077d0;
}

.general_form_table td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.80em;
	vertical-align: top;
	border-left: solid 1px #c077d0;
}
.general_form_table td.form_submit {
	text-align: right;
	border-top: solid 1px #c077d0; 
}

.general_form_table input {
	font-size: 1em; 
	font-weight: normal;
	height: 1.3em;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.general_form_table select {
	font-size: 1em; 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.general_form_table td.form_submit input {
	font-weight: bold;
	font-size: 0.85em;
	cursor: pointer;
	height: 1.6em;
	background-color:#CCF1FE;
	border: solid 1px #761898;
	color: #761898;
	background: url(/shop/images/table_head_back.gif);
}

/* Cart Styling ------------------------------------------------------------------ */

.cart_div {
	text-align: center;
}

.cart_table { 
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	border: 1px  solid #c077d0;
}

.paragraph_centered {
	text-align: center;
}

.cart_table caption {
	margin-left: auto;  margin-right: auto;
	font-size: 0.80em;
	border-bottom: 1px  solid #c077d0;
}

.cart_table th {
	font-weight: bold;
	padding: 3px;
	text-align: left;
	font-size: 0.80em;
	color: #761898;
/*	color:#346BA0; */
	vertical-align: top;
	background-image: url(/shop/images/table_head_back.gif); 
	background-color:#FFFFFF; 
	border-top: solid 1px #93CBEA; 
	border-bottom: solid 1px #c077d0; 
	background-repeat: repeat-x;
	border-left: solid 1px #c077d0;
}

.cart_table th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.80em;
	color: #761898;
/*	color:#346BA0; */
	vertical-align: top;
	border-top: solid 1px #93CBEA; 
	border-bottom: solid 1px #c077d0; 
	border-left: solid 1px #c077d0;
}

.cart_table td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.80em;
	vertical-align: top;
	border-left: solid 1px #c077d0;
}

.cart_table td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 0.80em;
	vertical-align: top;
	border-left: solid 1px #c077d0;
}

.cart_table td.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 0.8em;
	vertical-align: top;
	border-top: solid 1px #c077d0; 
	border-left: solid 1px #c077d0;
}

/* general table styling --------------------------------------------------------- */
.general_table_div {
	text-align: center;
}

.general_table {
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	border: 1px  solid #c077d0;
}

.general_table caption {
	margin-left: auto;  
	margin-right: auto;
	font-size: 0.80em;
	border-bottom: 1px  solid #c077d0;
}

.general_table th {
	font-weight: bold;
	padding: 3px;
	text-align: left;
	font-size: 0.80em;
	color: #761898;
/*	color:#346BA0; */
	vertical-align: top;
	background-image: url(/shop/images/table_head_back.gif); 
	background-color: #ffffff;
	border-top: solid 1px #93CBEA; 
	border-bottom: solid 1px #c077d0; 
	background-repeat: repeat-x;
}

.general_table td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.80em;
	vertical-align: top;
}

.general_table td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.80em;
}

.general_table a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.general_table a:link, .general_table a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

.general_table a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

/* Product Option (qty discounts, combinations etc.) ----------------------------- */

.product_table_div {
	text-align: center;
}

.product_table {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	width: 100%;
	border: 0px;
}

.product_table caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.product_table th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
}

.product_table td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

/* Index-specific Styles --------------------------------------------------------- */

.index_product_thumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.index_full_width {
	clear: both; text-align: center; width: 100%;
}

.index_col_left {
	width: 49%; float: left;
}

.index_col_right {
	width: 49%; float: right;
}

.index_product_block {
	width: 100%; clear: both; text-align: left;
}

.index_product_gap {
	width:2%; float: left;
}

/* Section And Listing Styles ---------------------------------------------------- */
div#pagescontainer {
	float: right;
	position: relative;
	top: 0px;
	padding: 1px;
	margin-bottom: 5px;
}

ul#pageslist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#pageslist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 0.95em;
	color: #C024E3;
}

#pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}

#pageslist a:link, #npageslist a:visited {
	text-decoration: underline;
	color: #c024e3;
	background-color: #ffffff;
}

#pageslist a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #c024e3;
}


.page_full_width {
	clear: both; text-align: center; width: 100%;
}

.page_col_left {
	width: 49%; float: left;
}

.page_col_right {
	width: 49%; float: right;
}

.page_product_block {
	width: 100%; clear: both; text-align: left;
}

.page_product_gap {
	width:2%; float: left;
}

/* Other/Misc Styles ------------------------------------------------------------- */
.productlist_main {
	clear: both; padding-top: 2px;
	margin-bottom: 2px;
	font-size: 0.9em;
}

.productlist_title {
	float: right; margin-left: 5px;
}

.section_flags_div {
	float: right; width: 4.5em; margin-left: 5px; padding: 3px;
}

.product_flag {
	margin-bottom: 3px; 
	padding: 0 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	background-color: #f00; 
	color: #ffffff; 
	border: 1px solid #f00; 
}

.subsection_div {
	width: 100%; clear: both; text-align: left;
}

.section_images {
	float: left; margin-right: 5px; padding: 3px;
}

.links_div {
	padding: 3px; font-weight: bold;
}

.subsection_title {
	padding-top: 3px;
}

.subsection_content {
	clear: both; padding-top: 10px;
}

.section_product_title {
	padding-top: 3px;
}

.section_product_div {
	clear: both; text-align: left;
	margin-left: auto; margin-right: auto;
}

.send_friend_div {	/* Added 18.10.07	*/
	float: right; font-weight: normal;
	font-size: 0.65em;
	margin-top: 0.55em;
}

.send_friend_div a {	/* Added 18.10.07	*/
	font-size: 1em;
	text-decoration: none;
	color:#c024e3; 
}

.send_friend_div a:hover {  /* Added 18.10.07	*/
	text-decoration: underline; 
	cursor: pointer;
	color:#c024e3; 
}

.product_image_div {	/* new 18.10.07	*/
	width: 250px;
	float: left;
	text-align: center;
	margin-right: 10px;
/*	border: 1px solid #0000ff;	*/
}
.product_sep {
	clear: both;  margin-bottom: 5px; height: 5px;
	border-left:0px none;
	border-top: 0px none;
	border-right:0px none;
	border-bottom: 1px dotted #bbbbbb; background: #fff;
}

.product_full_image {
/*	float: left; margin-right: 10px; 	*/
/*	border: 1px solid; */
}

.product_options_div {
	float: right; width: 254px;
}

.product_fields_div {
	float: left; margin-left: 5px; text-align: left;
	font-size: 0.8em;
}
