@charset "utf-8";
/* General */
html {
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	white-space: normal;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-size: 11px;
	color: #333;
	line-height: 16px;
	background-color: #fff;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	word-wrap: break-word;
	outline: none;
	behavior: url("../_js/csshover3.htc");
}



* html .clearfix {
	height: 1%; /* IE5-6 */
}
* + html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* BEGIN FONTS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 tahoma,verdana,arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% tahoma,verdana,arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/*
If you want this size in pixels (px)	Declare this percent (%)
10	 77
11	 85
12	 93 (was 93)
13	 100
14	 108 (was 107)
15	 116 (was 114)
16	 123.1 (was 122)
17	 131 (was 129)
18	 138.5 (was 136)
19	 146.5 (was 144)
20	 153.9 (was 152)
21	 161.6 (was 159)
22	 167
23	 174
24	 182
25	 189
26	 197
*/
/* END FONTS */

body * {
	outline: none;
}
h1 {
	font-size: 167%;
	color: #D6252A;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 131%;
	color: #D6252A;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 131%;
	color: #333;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
}
h4 {
	font-size: 123.1%;
	color: #D6252A;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 123.1%;
	color: #333;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #D6252A;
	line-height: normal;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}
p {
	color: #333;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: justify;
}
ol {
	color: #333;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 30px;
	padding: 0px;
	text-align: left;
}
ul {
	color: #333;
	line-height: 140%;
	text-indent: 0px;
	margin: 0px 0px 5px 30px;
	padding: 0px;
	text-align: left;
	list-style-type: square;
}
object {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited, a:active {
	color: #D6252A;
	text-decoration: underline;
	outline: none;
}
a:hover, a:link:hover, a:visited:hover, a:active:hover {
	color: #D6252A;
	text-decoration: none;
}



.outerContainer {
	min-width: 960px;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}
.innerContainer {
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	clear: both;
	display: block;
}


.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.block {
	display: block;
}
.align_center {
	display: block;
	text-align: center;
}
.align_left {
	display: block;
	text-align: left;
}
.align_right {
	display: block;
	text-align: right;
}
.vspacer1 {
	clear: both;
	display: block;
	height: 5px;
	overflow: hidden;
}
.smallfont {
	font-size: 10px;
}

.emphasizeContainer {
	border: 1px solid #E33B3B;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #f0f0f0;
}
.emphasize_color {
	color: #E33B3B;
}
.loader {
	height: 15px;
	width: 43px;
	background-image: url(../_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.hline {
	height: 1px;
	overflow: hidden;
	border: 0px none #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}
.hline_dotted {
	height: 1px;
	overflow: hidden;
	border: 0px none #DEDEDE;
	border-bottom: 1px dotted #DEDEDE;
	margin: 2px 0px 1px 0px;
	display: block;
	clear: both;
	float: none;
}

.emHL1 {
	background-color: #D6252A;
	color: #fff;
	padding: 2px 3px 2px 3px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C20A0E,endColorStr=#F13035); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}
.emHL2 {
	background-color: #DEE1C8;
	color: #5C7A30;
	padding: 2px 3px 2px 3px;
	margin-bottom: 5px;
	border: 1px solid #AAAB7E;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FAFBF7,endColorStr=#E3E6D0); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}

.arrContainer {
	margin: 3px 0px;
	font-size: 93%;
}
a.arr {
	background-image: url(../_images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 11px;
	text-decoration: none;
}


a.details, a.details:link, a.details:visited, a.details:active {
	padding: 0px 13px 0px 0px;
	background-image: url(../_images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-weight: normal;
	font-size: 93%;
	color: #773333;
	text-decoration: none;
}
a.details:hover, a.details:link:hover, a.details:visited:hover, a.details:active:hover {
	color: #AA4444;
	text-decoration: none;
}

a.butalike, a.butalike:link, a.butalike:visited, a.butalike:active {
	display: block;
	/*font-size: 93%;*/
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
	margin: 0;
	padding: 2px 2px 3px 2px;
	background-color:#E33B3B;
	height: auto;
	border-top: 1px solid #eecccc;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #eecccc;
	background-image: url(../_images/var_width_button_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.butalike:hover, a.butalike:link:hover, a.butalike:visited:hover, a.butalike:active:hover {
	background-position: 0px -40px;
	color: #fff;
	text-decoration: none !important;
}
a.butalike.inline {
	display: inline;
	padding: 2px 5px 3px 5px;
}

a.iconButton, a.iconButton:link, a.iconButton:visited, a.iconButton:active  {
	padding: 5px 0px 5px 30px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #E33B3B;
}
a.iconButton.sml, a.iconButton.sml:link, a.iconButton.sml:visited, a.iconButton.sml:active  {
	padding: 5px 0px 5px 18px !important;
	color: #ee0000;
}

.iconButton.back {
	padding-left: 18px !important;
	background-image: url(../_images/icon_back_arrow.gif);
}
.iconButton.fwd {
	padding-left: 18px !important;
	background-image: url(../_images/icon_fwd_arrow.gif);
}
.iconButton.fwd2 {
	padding-left: 18px !important;
	background-image: url(../_images/icon_fwd_arrow_2.gif);
}
.iconButton.remove {
	background-image: url(../_images/icon_remove.gif);
}
.iconButton.sml.remove {
	background-image: url(../_images/icon_remove_sml.gif);
}
.iconButton.recommend {
	background-image: url(../_images/icon_sendemail.gif);
}
.iconButton.print {
	background-image: url(../_images/icon_print.gif);
}


.errors {
	border: 1px solid #CC0000;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 1px 3px 2px 3px;
	background-color: #CC0000;
}
.errors p, .errors ul, .errors ol {
	color: #fff;
} 
.error_color {
	color: #CC0000;
}
.errors a, .errors a.iconButton {
	color: #fff;
}
.errors a:hover, .errors a.iconButton:hover {
	color: #fff;
}

.search_kw {
	font-style: italic;
	font-weight: bold;
}

.page_navigation_button, .page_navigation_button:link, .page_navigation_button:visited, .page_navigation_button:active {
	font-size: 85%;
	margin: 0px 2px 0px 0px;
	padding-top: 4px;
	width: 23px;
	height: 21px;
	font-weight: normal;
	background-image: url(../_images/page_x_button_normal.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #cccccc;
	text-decoration: none;	
}
.page_navigation_button:hover, .page_navigation_button:link:hover, .page_navigation_button:visited:hover, .page_navigation_button:active:hover {
	color: #fff;
	text-decoration: none;	
}
.page_navigation_button_current {
	font-size: 85%;
	margin: 0px 2px 0px 0px;
	padding-top: 4px;
	width: 23px;
	height: 21px;
	font-weight: normal;
	background-image: url(../_images/page_x_button_current.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	clear: none;
	color: #cccccc;
	text-decoration: none;	
	cursor: default;
}
.page_navigation_extra {
	font-size: 85%;
	margin: 0px 2px 0px 0px;
	padding-top: 4px;
	display: block;
	float: left;
	clear: none;
	color: #666666;
}

.photo_thumb {
	background-color: #fff;
	border: 5px solid #666666;
}
.infolabel {
	color: #666666;
}



/* datatable_bordered */
.datatable_bordered {
	font-size: 85%;
	line-height: normal;
	border-bottom: 0px none #000;
	border-right: 0px none #000;
	color: #31321F;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.datatable_bordered tr.alt_row th {
	background-color: #000000;
	font-weight: bold;
	color: #fff;
	border-top: 0px none #000;
	border-left: 0px none #000;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;

	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000000,endColorStr=#666666); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}
.datatable_bordered tr th {
	background-color: #444444;
	font-weight: bold;
	color: #fff;
	border-top: 0px none #000;
	border-left: 0px none #000;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.datatable_bordered tr th.alt_cell {
	background-color: #555555;
	font-weight: bold;
	color: #fff;
	border-top: 0px none #000;
	border-left: 0px none #000;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.datatable_bordered tr td {
	background-color: #fff;
	font-weight: normal;
	color: #000;
	border-top: 0px none #000;
	border-left: 0px none #000;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.datatable_bordered tr.int_row th {
	background-color: #D6252A;
	font-weight: bold;
	color: #fff;
	border-top: 0px none #000;
	border-left: 0px none #000;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.datatable_bordered tr.alt_row td {
	background-color: #fafafa !important;
}
.datatable_bordered td.alt_cell {
	background-color: #f7f7f7;
}


.info {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}


/*  */
.formTab {
	border: 1px solid #dedede;
	margin-bottom: 5px;
}
.formTabHeader {
	background-color: #dedede;
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	color: #333;
	padding: 2px 3px 2px 3px;
	border-bottom: 1px solid #999;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FAFBF7,endColorStr=#E3E6D0); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}
.formTabContent {
	background-color: #fff;
	padding: 3px 3px 3px 3px;
}
.formTab .w100 {
	width: 668px;
}

/* form */ 
.cform {
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #EFEFEF;
}
.cform td {
	line-height: 18px;
	color: #666;
}
.cform .tdgr {
	background-color: #dedede;
}
.cform .spacerrow {
	height: 1px;
	overflow: hidden;
}
.inputtextfield {
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin: 0;
	background-color: #fff;
	width: 120px;
	height: auto;
	border-top: 1px solid #CCC;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #CCC;
}
.filefield {
	font-weight: normal;
	line-height: normal;
	color: #333333;
	margin: 0;
	background-color: #fff;	
	border-top: 1px solid #CCC;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #CCC;
	width: 120px;
	height: auto;
}
.textareafield {
	font-weight: normal;
	line-height: 140%;
	color: #333333;
	margin: 0;
	background-color: #fff;	
	border-top: 1px solid #CCC;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #CCC;
	width: 460px;
	height: 92px;
	
	scrollbar-arrow-color:#666666; 
	scrollbar-track-color:#EFEFEF; 
	scrollbar-face-color:#EFEFEF; 
	scrollbar-highlight-color:#CCC; 
	scrollbar-3dlight-color:#EFEFEF; 
	scrollbar-darkshadow-color:#EFEFEF; 
	scrollbar-shadow-color:#CCC; 
	
	overflow-y: scroll;
}

.inputbutton {
	font-weight: bold;
	line-height: normal;
	color: #fff;
	margin: 0;
	background-color:#D6252A;
	height: auto;
	width: 120px;
	cursor: pointer;
	border: 1px solid #D6252A;
	border-top-color: #F2B7B8;
	border-right-color: #8B181C;
	border-bottom-color: #8B181C;
	border-left-color: #F2B7B8;
}
.selectfield {
	background-color: #fff;
	color: #333333;
	margin: 0px;
	height: auto;
	width: 120px;
	line-height: normal;
	border-color: #CCC;
}
.nowidth {
	width: auto;
}



/* pageLock */
#pageLockContainer {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 5001;
	margin: 0;
	padding: 0;
}
#pageLockBg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #333333;
	opacity: 0.85;
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: Alpha(Opacity=85);
	margin: 0;
	padding: 0;
}
#pageLockMessage {
	position: absolute;
	height: auto;
	width: 360px;
	border: 1px solid #E33B3B;
	background-color: #333333;
	color: #BCDE88;
	font-size: 100%;
	left: 50%;
	top: 50%;
	text-align: center;
	margin: -100px 0px 0px -181px;
	padding: 50px 10px 20px 10px;
	overflow: visible;
	background-image: url(../_images/loader.gif);
	background-position: 50% 20px;
	background-repeat: no-repeat;
}

/*  */
#overallContainer {
	text-align: center;
}

#topBarContainerOuter {
	background-color: #F0F0F0;
}
#topBarContent {
	background-image: url(../_images/topbar_bg.gif);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	height: 105px;
	padding: 0px 30px 10px 30px;
}
#logoContainer {
	float: left;
	clear: left;
	display: block;
	margin: 10px 0px 0px 0px;
	width: 420px;
}

#headerContent {
	background-image: url(../_images/header_image.jpg?v=2);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	height: 297px;
	padding: 0px 30px 0px 30px;
}

#midContent {

}
#midLeft {
	display: block;
	float: left;
	clear: left;
	width: 235px;
	min-height: 330px;
	background-image: url(../_images/main_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	padding: 0px 0px 10px 0px;
}
#midRight {
	display: block;
	float: right;
	clear: right;
	width: 725px;
	min-height: 330px;
	background-image: url(../_images/main_right_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 0px 0px 10px 0px;
}
* html #midLeft, * html #midRight {
	height: 330px;
}
#leftCategories {
	/*width: 176px;*/
	margin: 12px 26px 0px 33px;
	text-align: left;
}
#leftCategoriesHeader {
	padding: 2px 0px 0px 0px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #333;
	text-transform: uppercase;
}
#leftCategories .categoriesList {
	min-height: 200px;
}
* html .categoriesList {
	height: 200px;
}
#leftCategories .categoriesList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#leftCategories .categoriesList li {
	text-align: left;
	background-color: #fff;
}
#leftCategories .categoriesList li.expanded {
	margin-bottom: 1px;
}
#leftCategories .categoriesList li a {
	display: block;
	line-height: 15px;
	padding: 3px 1px 3px 11px;
	width: 164px;
	background-image: url(../_images/left_categ_bg.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #fff;
}
#leftCategories .categoriesList ul li a span.hilite {
	color: #E33B3B;
}
#leftCategories .categoriesList ul li a:hover {
	background-position: -200px 100%;
	text-decoration: none;
	color: #E33B3B;
}
#leftCategories .categoriesList ul li a:hover span.hilite {
	color: #333;
}
#leftCategories .categoriesList li a.current {
	color: #C91D1D;
}
#leftCategories .categoriesList ul li ul {
	margin-left: 21px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: normal;
}
#leftCategories .categoriesList ul li ul li {
	border-bottom: 0px none #fff;
}
#leftCategories .categoriesList ul li ul li a {
	margin-top: 1px;
	padding: 2px 2px 0px 0px;
	width: auto;
	background-image: none;
	border-bottom: 1px dotted #fff;
	color: #666;
}
#leftCategories .categoriesList ul li ul li a:hover {
	color: #E33B3B;
}
#leftCategories .categoriesList ul li ul li a.current {
	background-image: url(../_images/arrow2.gif);
	background-position: -3px 2px;
	background-repeat: no-repeat;
	padding-left: 9px;
}
#leftCategories .categoriesList ul li ul ul {
	margin-left: 9px;
}

/* headerSearch */

#headerSearch {
	margin: 10px 7px 0px 33px;
	padding: 0px;
	text-align:right;
}
#headerSearch2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:left;
}
#headerSearchTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #E33B3B;
	padding: 2px 0px 0px 4px;
}

#headerSearchForm select {
	background-color: #E33B3B;
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	height: auto;
	width: 176px;
	line-height: normal;
	border: 1px solid #990000;
}
#headerSearchForm select option {
}
#headerSearchForm select optgroup {
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

#headerSearchForm .textfield {
	background-color: #E33B3B;
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 2px 1px;
	height: auto;
	width: 172px;
	line-height: normal;
	border: 1px solid #990000;
}

/* headerSearch */

#sideNewsletter {
	margin: 10px 7px 0px 33px;
	padding: 0px;
	text-align:left;
}
#sideNewsletterTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #E33B3B;
	padding: 2px 0px 0px 4px;
}
#sideNewsletterForm .textfield {
	background-color: #fafafa;
	font-size: 11px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 2px 1px 2px 1px;
	height: auto;
	width: 172px;
	line-height: normal;
	border-top: 1px solid #888;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #888;
}
#sideNewsletterForm .inputbutton {
	background-color: #E33B3B;
	font-size: 11px;
	padding: 2px 1px 2px 1px;
	margin: 2px 0px 0px 0px;
	width: 176px;
	color: #fff;
	border-top: 1px solid #E77474;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #E77474;
	
	background-image: url(../_images/var_width_button_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#sideNewsletterForm .inputbutton:hover {
	background-position: 0px -40px;
}


#sidePartners {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}
#sidePartnersTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #E33B3B;
	padding: 2px 0px 0px 37px;
	text-align:left;
}


/* mainMenu */

#mainMenu {
	margin: 0px 30px 0px 10px;
	padding: 0px 0px 13px 0px;
	text-align: left;
	background-image: url(../_images/main_content_line.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#mainMenu ul li {
	display: block;
	float: left;
	clear: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	height: 29px;
	width: 110px;
	margin-left: 5px;
}
#mainMenu ul li.first {
	margin-left: 0px !important;
}
a.mainMenuButton {
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	width: 110px;
	height: 19px;
	background-image: url(../_images/mainmenu_button_bg.gif);
	background-repeat: no-repeat;
}
a.mainMenuButton.normal {
	background-position: 50% 0px;
	color: #fff;
}
a.mainMenuButton.current {
	background-position: 50% -30px;
	color: #eecccc;
}
a.mainMenuButton:hover {
	color: #fff;
	text-decoration: none;
	background-position: 50% -30px;
}


.secondaryMenu {
	margin: 20px 0px 10px 33px;
}
.secondaryMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.secondaryMenu ul li {
	display: block;
	float: left;
	clear: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	height: 29px;
	width: 176px;
	margin-top: 5px;
}
.secondaryMenu ul li.first {
	margin-top: 5px !important;
}
a.secondaryMenuButton {
	text-align: center;
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	width: 176px;
	height: 19px;
	background-image: url(../_images/secondarymenu_button_bg.gif);
	background-repeat: no-repeat;
}
a.secondaryMenuButton.normal {
	background-position: 50% 0px;
	color: #fff;
}
a.secondaryMenuButton.current {
	background-position: 50% -30px;
	color: #eecccc;
}
a.secondaryMenuButton:hover {
	color: #fff;
	text-decoration: none;
	background-position: 50% -30px;
}


/*  */
#mainContent {
	border: 1px solid #E33B3B;
	margin: 1px 30px 10px 10px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	min-height: 350px;
}

#pageTitleContainer {
	padding: 0px 0px 10px 0px;
}
h1#pageTitle {
	color: #E33B3B;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.breadcrumbs {
	font-size: 9px;
	line-height: normal;
	color: #999;
	display: block;
	clear: both;
	float: none;
	padding: 3px 0px 3px 0px;
}
.breadcrumbs .current {
	color: #666;
	font-weight: bold;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:link:hover, .breadcrumbs a:visited:hover, .breadcrumbs a:active:hover {
	color: #E33B3B;
	text-decoration: underline;
}


/* */
.productsListContainer {
}
.productsListContainer .article {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	background-color: #f0f0f0;
	width: 320px;
	height: auto;
	text-align: left;
	display: block;
	/*FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#000000,strength=5); */
}
.productsListContainer .article.left {
	clear: none;
	float: left;
}
.productsListContainer .article.right {
	clear: none;
	float: right;
}
.productsListContainer .article_inner {
	padding: 3px;
	margin: 0px;
	display: block;
	float: none;
	clear: both;
	top: 0px;
	left: 0px;
	text-align: left;
	height: auto;
	width: auto;
	border: 1px solid #999;
}

.productsListContainer .article_name {
	font-size: 12px;
	font-weight: bold;
	color: #E33B3B;
	text-decoration: underline;
	margin: 0px 0px 5px 5px;
	padding: 0px;
}
.productsListContainer .article_name a, .productsListContainer .article_name a:link, .productsListContainer .article_name a:visited, .productsListContainer .article_name a:active {
	color: #E33B3B;
	text-decoration: none;
}
.productsListContainer .article_name a:hover, .productsListContainer .article_name a:link:hover, .productsListContainer .article_name a:visited:hover, .productsListContainer .article_name a:active:hover {
	color: #E33B3B;
	text-decoration: underline;
}
.productsListContainer .articlePhotoDetailsCell {
	width: 104px;
}
.productsListContainer .article_photo {
	display: block;
	width: 94px;
	height: 94px;
	padding: 5px;
	margin: 0px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.productsListContainer .article_photo a {
	display: block;
	width: 94px;
	height: 94px;
}
.productsListContainer .article_photo .thumbPlaceHolder {
	height: 94px;
	width: 94px;
}
.productsListContainer .view_article_details {
	text-align: left;
	margin: 5px 0px 3px 0px;
}
.productsListContainer .view_article_details a {
	font-size: 85%;
	line-height: normal;
	background-image: url(../_images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 11px;
	color: #E33B3B;
	text-decoration: none;
}
.productsListContainer .view_article_details a:hover {
	background-image: url(../_images/arrow4.gif);
	color: #E33B3B;
	text-decoration: underline;
}


.productsListContainer .article_details {
	color: #454545;
	line-height: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.productsListContainer .article_code {
	font-size: 85%;
	color: #454545;
	display: block;
	float: none;
	margin: 1px 0px 3px 0px;
}
.productsListContainer .article_brand {
	font-size: 85%;
	color: #666;
	display: block;
	float: none;
	margin: 1px 0px 3px 0px;
}
.productsListContainer .article_brand a {
	color: #E33B3B;
	text-decoration: none;
}
.productsListContainer .article_brand a:hover {
	color: #E33B3B;
	text-decoration: underline;
}
.productsListContainer .article_info {
	font-size: 85%;
	line-height: normal;
	display: block;
	float: none;
	clear: none;
	margin: 1px 0px 0px 0px;
}
.productsListContainer .article_details .label {
	color: #666;
}
.productsListContainer .article_description {
	font-size: 85%;
	line-height: normal;
	display: block;
	float: none;
	border-top: 1px dotted #ccc;
	margin: 2px 2px 0px 0px;
	padding: 1px 0px 0px 0px;
}
.productsListContainer .price {
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
}
.productsListContainer .old_price {
	text-decoration: line-through;
}

/*.productsListContainer .sort_results_form_container {
	background-color: #cc0000;
	border: 1px solid #660000;
	background-image: url(../_images/thfader.png);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	font-size: 85%;
	padding: 3px;
	display: block;
	float: none;
	clear: both;
	margin: 5px 0px 10px 0px;
	color: #666600;

	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eecccc,endColorStr=#cc0000); 
	behavior: url("../_js/ie_remove_bg_image.htc");
}*/


.category_description {
	text-align: left;
	font-size:11px; 
	line-height: 15px;
}
.category_description p, .category_description ul, .category_description ol {
	text-align: justify;
	font-size:11px; 
	line-height: 15px;
}
.productsListContainer .category_name {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 5px 5px 5px 5px;
}
.productsListContainer .category_name a, .productsListContainer .category_name a:link, .productsListContainer .category_name a:visited, .productsListContainer .category_name a:active {
	color: #dedede;
	text-decoration: none;
}
.productsListContainer .category_name a:hover, .productsListContainer .category_name a:link:hover, .productsListContainer .category_name a:visited:hover, .productsListContainer .category_name a:active:hover {
	color: #fff;
	text-decoration: none;
}

.productsListContainer .category_cell {
	width: 114px;
	overflow: hidden;
	background-color: #666;
	text-align: center;
	cursor: pointer;
}
.productsListContainer .category_cell:hover {
	background-color: #E33B3B;
}
.productsListContainer .category_cell:hover .category_name a, .productsListContainer .category_cell:hover .category_name a:hover {
	color: #fff;
	text-decoration: none;
}
.productsListContainer .category_cell_spacer {
	width: 20px;
}
.productsListContainer .category_cell_inner {
	padding: 10px;
	text-align: center;
}
.productsListContainer .category_text {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.productsListContainer .category_photo {
	width: 94px;
	height: 94px;
	overflow: hidden;
	background-color: #f0f0f0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
}
.productsListContainer .category_photo .thumbPlaceHolder {
	height: 94px;
	width: 94px;
}



/* */
.productDetailsContainer {
	margin-top: 7px;
}
.productDetailsContainer .article_images_container {
	width: 260px;
}
.productDetailsContainer .article_images {
	background-color: transparent;
}
.productDetailsContainer .article_large_photo_container {
	background-color: #666;
	text-align: center;
	height: 260px;
	width: 260px;
	overflow: hidden;
}
.productDetailsContainer .article_large_photo {
	margin: 5px;
	padding: 5px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
.productDetailsContainer .article_large_photo .imagePlaceholder {
	width: 240px;
	height: 240px;
}
.productDetailsContainer .article_thumbs_container {
	padding: 5px 0px 5px 0px;
}
.productDetailsContainer .article_thumb_photo_container {
	width: 62px;
	height: 58px;
}
.productDetailsContainer .artthph_inner {
	float: left;
	clear: both;
	background-color: #f0f0f0;
	width: 58px;
	height: 58px;
	border: 2px solid #666;
}
.productDetailsContainer .artthph_inner:hover {
	float: left;
	clear: both;
	background-color: #f0f0f0;
	width: 58px;
	height: 58px;
	border: 2px solid #E33B3B;
}

.productDetailsContainer .article_info_container {
	margin: 0px;
	padding: 0px;
	text-align: left;
	display: block;
	clear: both;
	color: #333;	
	/*FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#000000,strength=5); */
}
.productDetailsContainer .article_info_container_inner {
	margin: 0px;
	padding: 0px;
}

.productDetailsContainer .article_description {
	font-size: 85%;
	text-align: justify;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #ccc;
}
.productDetailsContainer .label {
	color: #666;
}
.productDetailsContainer .article_brand {
	margin: 0px 0px 5px 0px;
	font-size: 85%;
}
.productDetailsContainer .article_brand a, .productDetailsContainer .article_brand a:link, .productDetailsContainer .article_brand a:visited, .productDetailsContainer .article_brand a:active {
	color: #E33B3B;
	text-decoration: underline;
}
.productDetailsContainer .article_code {
	font-size: 85%;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
.productDetailsContainer .article_stock {
	font-size: 85%;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 4px 0px;
}
.productDetailsContainer .article_price_container {
	font-size: 11px;
	text-align: left;
	margin: 3px 0px 3px 0px;
}
.productDetailsContainer .price {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	cursor: help;
}
.productDetailsContainer .old_price {
	font-size: 13px;
	text-decoration: line-through;
	cursor: help;
}

/*  */
.brandDetailsContainer {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #f0f0f0;
	text-align: left;
	display: block;
	clear: both;
	color: #454545;
	
	/*FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#000000,strength=5); */
}
.brandDetailsContainer .brand_details_container_inner {
	border: 1px solid #454545;
	margin: 0px;
	padding: 4px;
}
.brandDetailsContainer .brand_name {
	font-size: 116%;
	font-weight: bold;
	color: #E33B3B;
	font-size: 13px;
	margin: 0px 0px 2px 0px;
}
.brandDetailsContainer .brand_logo_tab {
	background-color: #fff;
}
.brandDetailsContainer .brand_logo {
	text-align: center;
}
.brandDetailsContainer .brand_details {
	font-size: 85%;
	color: #454545;
	text-align: left;
}
.brandDetailsContainer .brand_url {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	color: #605E06;
}
.brandDetailsContainer .brand_url a {
	color: #E33B3B;
	text-decoration: none;
}
.brandDetailsContainer .brand_url a:hover {
	color: #E33B3B;
	text-decoration: underline;
}
.brandDetailsContainer .brand_path {
	margin: 0px 0px 5px 0px;
	color: #605E06;
}
.brandDetailsContainer .brand_path a {
	color: #5E8A1C;
	text-decoration: none;
}
.brandDetailsContainer .brand_path a:hover {
	color: #5E8A1C;
	text-decoration: underline;
}
.brandDetailsContainer .brand_description_cell {
	border-left: 1px solid #D9D368;
}
.brandDetailsContainer .brand_description {
	font-size: 93%;
	color: #454545;
	text-align: justify;
	padding: 0px 0px 0px 4px;
}

/* */
/*.linkedProductsList {}
.linkedProductsList .item {
	display: block;	
	float: left;
	clear: none;
	height: 80px;
	width: 228px;
	margin: 0px 3px 3px 0px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../_images/linked_products_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.linkedProductsList .item.last_on_row {
	margin-right: 0px;
}
.linkedProductsList .item:hover {
	background-position: 0px -90px;
}
.linkedProductsList .item .photo{
	display: block;	
	float: left;
	clear: left;
	overflow: hidden;
	padding: 10px 5px 10px 10px;
	width: 60px;
}
.linkedProductsList .item .text {
	display: block;
	float: left;
	clear: right;
	text-align: left;
	font-size: 85%;
	line-height: normal;
	color: #333333;
	padding: 5px 0px 5px 3px;
	width: 145px;
}
.linkedProductsList .item .product_name {
	font-weight: bold;
	text-align: left;
}
.linkedProductsList .article_price_container {
	text-align: left;
	padding:0px 0px 0px 0px;
}
.linkedProductsList .price {
	text-decoration: none;
	font-weight: bold;
}
.linkedProductsList .old_price {
	text-decoration: line-through;
}
*/



#footerContainerOuter {
	/*background-color: #f0f0f0;*/
}
#footerContent {
	padding: 18px 30px 10px 30px;
	color: #666;
	text-align: center;
	background-image: url(../_images/footer_line.gif);
	background-position: 50% 9px;
	background-repeat: no-repeat;
}
#footerPics {
	padding: 5px 0px 5px 0px;
}
#footerBrands {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#footerPartners {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
#footerCopy {
	padding: 4px 278px 0px 10px;
	height: 34px;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #ffeeee;
	background-image: url(../_images/footer_copy_bg.gif);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#footerCopy a, #footerCopy a:hover {
	color: #fff;
}

/* modal */
#respondContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #E33B3B;
	display: none;
	z-index:5001;
	width: 280px;
	min-height: 45px;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-top-color: #FB726A;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #FB726A;


	/*border-top-color: #CDE7B4;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #CDE7B4;*/


	/*filter: progid:DXImageTransform.Microsoft.dropShadow(Color=666666,offX=3,offY=3,positive=true);*/
}
#respondContent {
	position: relative;
	background-color: #fff;
	z-index:5001;
	width: auto;
	height: auto;
	min-height: 17px;
	margin: 0px 4px 4px 4px;
	padding: 5px;
	border: 0px solid #CDE7B4;
	overflow: auto;
	scrollbar-arrow-color:#83C343;
	scrollbar-track-color:#CDE7B4;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#CDE7B4;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-shadow-color:#CDE7B4;
	text-align: left;
	font-size: 93%;
}
#respondControls {
	text-align: right;
	margin: 4px 4px 0px 4px;
	padding: 5px 5px 5px 5px;
	cursor: move;
	color: #213210;
	background-image: url(../_images/modal_window_controls_bar_background.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CDE7B4;
}
#respondTitle {
	font-size: 100%;
	font-weight: bold;
	color: #E33B3B;
	text-align: left;
}
#respondContainer .up {
	border-bottom: 1px solid #CDE7B4;
	background-position: 0px 0px;
}
#respondContainer .down {	
	border-bottom: 1px solid #E33B3B;	
	background-position: 0px -100px;
}
#respondContainer .loader {
	/*border: 1px solid #CDE7B4;*/
	height: 13px;
	width: 260px;
	background-image: url(../_images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; 
}


.popupBody {	
}
.popupBox {
	text-align: left;
	padding: 20px;
}


#carousel_footer{
    width: 900px;
    height: 120px;
	margin-bottom: 10px;
	overflow: hidden;
}
#carousel_footer .middle {
    float: left;
    width: 818px;
    height: 120px;
	overflow: hidden;
	white-space: nowrap;
}
#carousel_footer .inner {
    float: none;
	clear: both;
	white-space: nowrap;
}
#carousel_footer .inner .slide {
    float: left;
	white-space: nowrap;
}
#carousel_footer .inner .slide img {
	margin-right: 1px;
}
#carousel_footer a.carousel-control {
	float: left;
	width: 41px;
	height: 120px;
	background-color: #fafafa;
    color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
	line-height: 120px;
}
#carousel_footer a.carousel-control.next {
    float: right;
}
#carousel_footer a.carousel-control:hover {
	background-color: #efefef;
    color: #e00;
}


.galerie_carousel_container {
	margin-top:10px;
}
.galerie_carousel_container  .carousel{
    width: 660px;
    height: 120px;
	margin-bottom: 10px;
	overflow: hidden;
}
.galerie_carousel_container .middle {
    float: left;
    width: 578px;
    height: 120px;
	overflow: hidden;
	white-space: nowrap;
}
.galerie_carousel_container .inner {
    float: none;
	clear: both;
	white-space: nowrap !important;
}
.galerie_carousel_container .inner .slide {
    float: left;
	white-space: nowrap;
}
.galerie_carousel_container .inner .slide img {
	margin-right: 1px;
}
.galerie_carousel_container a.carousel-control {
	float: left;
	width: 41px;
	height: 120px;
	background-color: #fafafa;
    color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 36px;
	line-height: 120px;
}
.galerie_carousel_container a.carousel-control.next {
    float: right;
}
.galerie_carousel_container a.carousel-control:hover {
	background-color: #efefef;
    color: #e00;
}

.gallery_album {
	float: left;
	clear: none;
	margin: 5px 10px 0px 0px;
	width: 110px;
	height: auto;
	padding: 5px;
	background-color: transparent;
}
.gallery_album .gallery_album_cover {
	float: none;
	clear: both;
	display: block;
	width: 110px;
	height: 110px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.gallery_album a.gallery_album_name {
	margin: 5px 0px 0px 0px;
	float: none;
	clear: both;
	display: block;
	width: 110px;
	height: auto;
	line-height: 13px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	text-align: center;
	font-weight:normal;
}
.gallery_album a.gallery_album_name:hover {
	text-decoration: none;
	color: #e00;
}
