/* Reset -------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }

/* Typography --------------------------------------------------------------- */
body    { font:.75em Arial,Helvetica,sans-serif; }

/* Headings */
h1	{ font-size:2em; font-weight:bold; }
h2	{ font-size:1.75em; font-weight:bold; }
h3	{ font-size:1.5em; font-weight:bold; }
h4	{ font-size:1.25em; font-weight:bold; }
h5	{ text-transform:uppercase; font-weight:bold; }
h6	{ font-weight:bold; }

/* Text */
p, hr,
dl, ul, ol,
li.spaced, .spaced li,
address, table			{ margin-bottom:1.5em; }
.important          	{ font-size:1.25em; }

/* Lists */
dt          			{ font-weight:bold; }
ul     					{ padding-left:1.5em; }
ol						{ list-style-position:inside; }
li.plain, .plain		{ list-style:none; }

/* Tables */
table       {  }

/* Links */
a,
a.inline	{ text-decoration:underline; color:#6f7e89; }
a.anchor    { display:none; }

/* Other */
hr          { color:#444; background:#444; height:1px; clear:both; }

/* Content ------------------------------------------------------------------ */

/* Column */
.col				{ float:left; overflow:hidden; margin:0; }
.col-first          { margin-left:0; }
.col-last           { margin-right:0; }

.col-two            { width:50%; }
.col-three          { width:33%; }
.col-four           { width:25%; }

img.left,
img.right			{ margin-bottom:1em; display:inline; }
img.left 			{ margin-right:1em; float:left; }
img.right 			{ margin-left:1em; float:right; }

/* Icons */
.icon						{ display:inline-block; background:no-repeat 0 50%; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:16px; min-height:16px; }
.iconText					{ text-indent:18px; width:auto; }
.iconAdd					{ background-image:url('/images/icons/add.png'); }
.iconCss					{ background-image:url('/images/icons/css.png'); }
.iconDbImport				{ background-image:url('/images/icons/dbImport.gif'); }
.iconDelete					{ background-image:url('/images/icons/delete.png'); }
.iconEdit					{ background-image:url('/images/icons/edit.png'); }
.iconExit					{ background-image:url('/images/icons/exit.png'); }
.iconLock					{ background-image:url('/images/icons/lock.png'); }
.iconPrinter				{ background-image:url('/images/icons/printer.png'); }
.iconStar					{ background-image:url('/images/icons/star.png'); }
.iconTable					{ background-image:url('/images/icons/table.png'); }
.iconTableLink				{ background-image:url('/images/icons/tableLink.png'); }

.searchForm					{ margin-bottom:20px; }
.searchForm .field			{ float:left; margin-right:10px; }
.searchForm .field label	{ display:inline; }
.searchForm .buttons		{ width:auto; clear:none; margin-top:2px; }

/* Tree list */
.treeList,
.treeList ul 				{ margin:0; }

/* Data table */
.dataTable					{ width:100%; }
.dataTable th				{ text-align:left; }
.dataTable th a				{ color:#004276; }
.dataTable tr:hover			{ background-color:#97cbff; }
.dataTable td				{ padding-right:5px; }

/* Form in table */
.inTable .field				{ position:relative; }
.inTable .field label		{ position:absolute; top:-1.5em; left:0; width:100%; text-indent:-999em; }
.inTable .field input,
.inTable .field select		{ width:95%; }

/* Pagination */
ul.paginationList			{ border:0; margin:10px 10px; padding:0; display:block; }

ul.paginationList li		{ border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
ul.paginationList a			{ border:solid 1px #6a6a6a; margin-right:2px; }
ul.paginationList .previous-off,
ul.paginationList .next-off { color:#666666; display:block; float:left;	font-weight:bold; padding:3px 4px; }
ul.paginationList .next a,
ul.paginationList .previous a		{ font-weight:bold; }
ul.paginationList li.active a		{ color:#0080ff; font-weight:bold;	display:block; float:left; padding:3px 6px; }
ul.paginationList a:link,
ul.paginationList a:visited 		{ color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
ul.paginationList a:hover			{ border:solid 1px #ffffff; color:#0080ff; }
.entriesTotal						{ clear:both; color:#808080; margin: 0 10px;}

dl.marginal					{ overflow:hidden; }
dl.marginal dt				{ width:10em; float:left; clear:left; }

/* Form styles -------------------------------------------------------------- */
/* Inline form */
form.inline fieldset,
fieldset.inline .field              { display:inline; float:left; }

/* Vertical form */
.vertical .field                { margin-bottom:.25em; }
.vertical label                 { display:block; }

.vertical .multiple             { margin-bottom:.25em; }
.vertical .multiple .field      { margin-bottom:0; }
.vertical .multiple label,
.vertical .result label         { display:inline; }

/* Marginal form */
.marginal .field                { margin-bottom:.25em; height:100%; overflow:hidden; }
.marginal label                 { width:11.5em; float:left; }

.marginal .multiple             { margin-bottom:-2em; }
.marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:11.5em; }
.marginal .multiple label,
.marginal .result label			{ width:auto; float:none; }

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#174760; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #455560; }
input.text,
input.secret	{ text-indent:5px; padding:.25em 0; }
select          { width:217px; }
textarea        { /*padding:5px;*/ width:250px; }

/* Multiple */
fieldset.multiple           { border:0; margin:0; padding:0; }
fieldset.multiple legend    { text-transform:none; font-size:1em; line-height:2; color:#000; }
fieldset.multiple .field    { float:left; clear:left; position:relative; }
fieldset.multiple label		{ padding-left:1.25em; font-weight:normal; }
fieldset.multiple input     { position:absolute; top:.5em; left:0; }

/* Control & Output */
button              { padding:0; overflow:visible; cursor:pointer; }
form .buttons       { overflow:hidden; margin-bottom:0; }

form .error         { color:#ed1c24; }
form .error input   { border-color:#ed1c24; }
form .notice        {  }
form .success       {  }

p, div, h1, h2, h3, h4, h5, form, input {margin:0; padding:0;}
body {margin:0; padding:0; background:url(/images/templates/default/bg_body.gif) top left repeat; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#545454;}
img {border:none; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}
.clear {clear:both; font-size:0; line-height:0; height:0;}

/* Conten Item */
p {line-height:16px;}
.red {color:#cf0006;}

/* Normal links */
a {color:#000000; text-decoration:none;}
a:hover {text-decoration:underline;}
a.readmore {color: #CF0006;}

/* Headings */
h1 {color:#ffffff; font-size:16px; font-weight:bold; text-transform:uppercase; padding:5px 20px; margin:0 0 25px 0; background:url(/images/templates/default/h1_background.gif) left center no-repeat;}
h2 {color:#cf0006; font-size:12px; font-weight:bold; text-transform:uppercase;}
h3 {font-size:10px; font-weight:bold; padding:0 0 8px 0; text-transform:uppercase;}
h4 {color:#cf0006; font-size:16px; font-weight:bold;}


.col2_content h1 {
  color:#000;
  padding:32px 0 0 0;
  background:none;
}
.col2_content  h1.pageheader,
#products h1{
	background: #000000 url(/images/templates/default/h1_background.gif) left center repeat-x;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:0 1px 0 -1px;
	padding:5px 20px;
	text-transform:uppercase;
	width: 470px;
}

#products strong { padding:0 0 0 10px; }

/* ---------------------------- CONTAINER ---------------------------- */
#container {width:906px; margin:0 auto; padding:0 15px; background:url(/images/templates/default/bg_container.png) top center repeat-y;}
	/* ---------------------------- TOP ---------------------------- */
	#top {width:906px; border-bottom: 1px solid #919191;}
		/* Top banner - Logo banner */
		#top_banner {width:906px; margin:0; padding:0; text-decoration:none; line-height:0; font-size:0;}

		/* Top navigation */
		#top_menu {width:906px; background:url(/images/templates/default/bg_top_menu.gif) left top no-repeat; color:#ffffff; text-transform:uppercase; font-size:12px; font-weight:bold; border-bottom: 1px solid #240609;}
			#top_left_menu {width:698px; float:left; padding:0 0 0 10px;}
			#top_left_menu ul,
			#top_left_menu li {list-style:none; margin:0; padding:0;}
			#top_left_menu ul li {display:block; float:left; padding:10px 10px 20px 10px;}
				#top_left_menu ul li a {color:#ffffff; text-transform:uppercase; font-size:12px; font-weight:bold; text-decoration:none; display:block;}
				#top_left_menu ul li a:hover {text-decoration:underline;}
				#top_left_menu ul li a.active {text-decoration:underline;}

			#top_right_menu {width:168px; float:left; text-align:right; padding:8px 10px 12px 20px;}
				#top_right_menu a img {opacity:.7;}
				#top_right_menu a:hover img {opacity:1;}

	/* ---------------------------- END OF TOP ---------------------------- */

	/* ---------------------------- MIDDLE ---------------------------- */
	#middle {width:906px; background:url(/images/templates/default/bg_middle.gif) top left repeat-y; border-bottom:1px solid #000000;}
		#col1 h1 {
		  border-right: 1px solid #000000;
		  width: 156px;
		}
		/* Column 1 */
		#col1 {width:198px; float:left; margin:0 0 0 1px;}
			#search {margin:0 20px -20px 20px;}
				#search label {color:#ffffff; text-transform:uppercase; font-weight:bold; padding:0 5px 0 0;}
				#search .searchQuery {width:75px; border:1px solid #000000; padding:0 5px 0 0;}
				#search .searchButton {width:18px; height:18px; border:none; background:url(/images/templates/default/search_button.png) left center no-repeat; cursor:pointer; color:#545454;}

			#left_menu {margin: 0 20px 25px 20px;}
				#left_menu ul,
				#left_menu li {list-style:none; margin:0; padding:0;}

				#left_menu ul li {display:block; padding:3px 0;}
					#left_menu ul li a {color:#ffffff; text-transform:uppercase; font-size:11px; padding:0 0 0 15px; background:url(/images/templates/default/bullet_left_menu.png) 0 2px no-repeat!important; background:url(/images/templates/default/bullet_left_menu.gif) 0 2px no-repeat; text-decoration:none; display:block;}
					#left_menu ul li a:hover {text-decoration:underline;}
					#left_menu ul li a.active {text-decoration:underline;}

				#left_menu ul li ul li {display:block; padding:3px 0;}
					#left_menu ul li ul li a {color:#ffffff; text-transform:uppercase; font-size:10px; background:none!important; background:none; margin:0 0 0 20px; text-decoration:none; display:block;}
					#left_menu ul li ul li a:hover {text-decoration:underline;}
					#left_menu ul li ul li a.active {text-decoration:underline;}

		/* Column 2 */
		#col2 {width:510px; float:left;color:#000}
			.col2_content {width:510px; }
			.col2_content_left {width:280px; float:left; padding:0 10px 0 0;}
			.col2_content_right {width:180px; float:left;}
				.col2_content_right_price{width:135px; float:left; text-align:right; padding:0 10px 0 0;}
				.col2_content_right_buy_button {width:99px; float:left; text-align:right;}
				.col2_content_right_buy_button .buy_button {width:99px; height:18px; border:none; background:url(/images/templates/default/buy_button_bg_long.gif) left center no-repeat; cursor:pointer; color:#fff; text-transform:none;}
				.thumpnail {padding:10px 0 40px 0; text-align:right;}
					.thumpnail img  {padding:0 0 0 6px;}

				.col2_content ul li {list-style:square outside; text-transform:uppercase;}
			.col2_content .submenu {
				font-size: 13px;
				margin: 10px 0 0 0;
				text-align: center;
				text-transform: uppercase;
			}
			.col2_content .submenu ul {
				display: block;
			}
			.col2_content .submenu ul li {
				display: inline;
			}
			.col2_content .infoContent{
				padding:0 10px;
			}
			.col2_content .infoContent h1{
				padding:0;
				margin:20px 0 5px 0;
			}
		/* Column 3 */
		#col3 {width:195px; float:left; color:#fff;}
			#col3 ol	{ color:#B40D14; list-style-type:decimal-leading-zero; font-size:12px; margin-left: 20px;}
			#col3 ol li span.upperCase { color:#ffffff; text-transform:uppercase; }
			#col3 a { font-size:11px; color:#ffffff; }
			#col3_content {padding:0 20px 50px 20px;}
			#col3_content p {text-transform:uppercase; font-size:12px;}

			#col3_bag {padding:0 20px 20px 20px;}
			#col3_bag p {text-transform:uppercase; font-size:12px;}
			#col3_bag ul{
				color: #E5E5E5;
			}
			#col3_bag .showCart,
			#col3_bag .showCart a {
				color: #CF0006;
			}

	/* ---------------------------- END OF MIDDLE ---------------------------- */
	/* ---------------------------- FOOTER ---------------------------- */
		#bd_bottom_container {width:906px; margin:0 auto; padding:0 15px 40px 15px; background:url(/images/templates/default/bd_bottom_container.png) top left no-repeat;}
		#bd_bottom_container p {color:#aaaaaa; font-size:10px; text-align:right;}
		#bd_bottom_container a {color:#aaaaaa; text-decoration:none;}
		#bd_bottom_container a:hover {text-decoration:underline;}

		#footer_col1 {width:158px; float:left; margin:5px 0; padding:0 20px;}
			#footer_col1 a img {opacity:.7;}
			#footer_col1 a:hover img {opacity:1;}

		#footer_col2 {width:400px; float:left; margin:10px 0; padding:0 0 5px 0;}
			#footer_col2 ul,
			#footer_col2 li {list-style:none; margin:0; padding:0; text-align:center;}
			#footer_col2 ul li {display:block; float:left; padding:0 3px;}
				#footer_col2 ul li a {color:#ffffff; font-size:10px; font-weight:bold; text-decoration:none; display:block;}
				#footer_col2 ul li a:hover {text-decoration:underline;}
				#footer_col2 ul li a.active {text-decoration:underline;}
		#footer_col3 {width:110px; float:left; margin:10px 0; padding:0 0 0 5px; border-left:1px solid #c30f14;}
	/* ---------------------------- END OF FOOTER ---------------------------- */

/* ---------------------------- END OF CONTAINER ---------------------------- */

/* InfoPages */

#col2 .infoContent,
#col2 .loginForm.view{
	padding: 15px;
}

/* Products */

.paginationList li,
#col2 .col2_content #products .paginationList ul li{
	list-style-type: none !important;
}



#products {
  margin:0;
  padding:0px;
}
#productList{
  padding:0;
  margin:0;
  clear:both;
  display:block;
}
#productList li {
  list-style-type:none;
  margin:0;
  padding:0;
  width:169px;
  height:242px;
  float:left;
  display:block;
  overflow:hidden;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#productList li.last {
  border-right: 0;
}
#productList li p.image {
  margin: 13px auto 13px auto;
  text-align: center;
}
#productList li p.image img {
	height: 70px;
}
#productList li h2 {
  margin: 10px 10px 0px 10px;
}
#productList li h2 a {
  color: #cf0006;
}
.productShortDescription {
  margin: 0 10px 0 10px;
  font-size: 10px;
  height: 55px;
}
.productPrice span {
  color: #cf0006;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 0 10px;
  float:left;
}
#productList li form {

  float: left;
  margin: 0 10px 0px 10px;
  clear:both;
  display:block;
}
button.button {
	background: url('/images/templates/default/buy_button_bg_long.gif') transparent;
	height: 17px;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	border: 0;
	display:block;
	clear:both;
}
#templateInfo form p.buttons button {
	/*
	background: url('/images/templates/default/buy_button.gif') transparent;
	height: 17px;
	width: 35px;
	*/
	background: url('/images/templates/default/buy_button_bg_long.gif') transparent;
	height: 17px;
	width: 99px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	border: 0;
}

#templateInfo form.productVariants { position:relative; margin:10px 0; }
#templateInfo form.productVariants p.buttons { display:none; }
#selectProductId { width:170px; margin:5px 0; }

div.templateShow {
    margin: 20px;
    width: 470px;
}

#ProductLeft #templatePicList li {
	list-style-type: none;
}

#ProductLeft {
    float: left;
	position: relative;
    width: 275px;
}
#ProductLeft img {
	float: left;
	margin-bottom: 20px;
	/*position: absolute;*/
	/*width: 200px;*/
	/*
width: 235px;
*/
}
#ProductRight {
    float: right;
    width: 175px;
	margin-bottom:10px;
}

#ProductRight h1 {
    color: #CF0006;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#ProductRight #templateShortDescription {
    margin-bottom: 15px;
}

.loginForm form{
	padding:0 20px;
	width:auto;
}
.loginForm label{
	display:none;
}
.loginForm input{
	width:99%;
}
.loginForm .buttons{
	margin-top:10px;
	text-align:right;
}

.userPanel .userPanelNav{
	padding:0 20px;
}

.userExtra{
	list-style-type:none;
}
.userExtra li{
	text-align:right;
	padding-right:20px;
}
.userExtra li a{
	text-transform:uppercase;
}

.relatedProducts h1{
	font-size:12px;
}

