/* 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: 12px Arial,Helvetica,sans-serif; }

/* Headings */
h1 { 
    color: #5796A3;
    font: 36px Arial, Helvatica, sans-serif;
    font-weight: bold;
	padding-bottom: 5px;}
h1.pageheader {
	margin-top: 35px;
}
h2 {
    color: #5796A3;
    font: 16px Arial, Helvatica, sans-serif;
    font-weight: bold;
	padding-bottom: 10px;}
h3 {
    color: #434343;
    font: 14px Arial, Helvatica, sans-serif;
    font-weight: bold;
	padding-bottom: 10px;}
h4 {
    color: #434343;
    font: 14px Arial, Helvatica, sans-serif;
	padding-bottom: 10px;}

/** Text **/
p {
    color: #434343;
    font: 12px Arial,Helvetica,sans-serif;
    line-height: 14px;}
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       {  }

td {
	vertical-align: top;
}

/* Links */
a,
a.inline	{ text-decoration:underline; color:#5796A3; }
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:#EAEAEA; }
.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:230px; 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; }

.formGiftcard {
	width: 430px;
}
.formGiftcard form .field {}
.formGiftcard form .field input {
	width: auto;
}
.formGiftcard form .field label {
	width: auto;
}

.formGiftcard form fieldset.giftcardTime {
	margin-bottom: -15px;
}
	.formGiftcard form fieldset.giftcardTime legend {
		visibility: hidden;
		width: 0px;
	}
	.formGiftcard form fieldset.giftcardTime div {
		margin-left: -120px
	}
.formGiftcard form fieldset.giftcardWhereToSend {
	margin-bottom: -15px;
}	
	.formGiftcard form fieldset.giftcardWhereToSend legend {
		visibility: hidden;
		width: 0px;
	}
	.formGiftcard form fieldset.giftcardWhereToSend div {
		margin-left: -120px
	}
.formGiftcard form .field label[for=giftcardNameReciever] {
	width: 250px;
}
.formGiftcard form .field input#giftcardNameReciever.text {
	width: 170px;
}
.formGiftcard form .field label[for=giftcardAdressReciever] {
	width: 255px;
}
.formGiftcard form .field input#giftcardAdressReciever.text {
	width: 170px;
}
.giftcardZipReciever, .giftcardTownReciever {
	float:left;
}
.giftcardTownReciever {
	margin-left: 12px;
}
.giftcardDeliveryDate {
	clear: both;
}
.formGiftcard form .field label[for=giftcardZipReciever] {
	width: 90px;
}
.formGiftcard form .field input#giftcardZipReciever.text {
	width: 90px;
}
.formGiftcard form .field label[for=giftcardTownReciever] {
	width: 30px;
}
.formGiftcard form .field input#giftcardTownReciever.text {
	width: 145px;
}
.formGiftcard form .field label[for=giftcardDeliveryDate] {
	width: 195px;
}
.formGiftcard form .field input#giftcardDeliveryDate.text {
	width: 90px;
}
.formGiftcard form .field label[for=giftcardName] {
	width: 75px;
}
.formGiftcard form .field input#giftcardName.text {
	width: 170px;
}
.formGiftcard form .field label[for=giftcardCodenr] {
	width: 230px;
}
.formGiftcard form .field input#giftcardCodenr.text {
	width: 140px;
}
.formGiftcard form .field label[for=giftcardCompany] {
	width: 60px;
}
.formGiftcard form .field input#giftcardCompany.text {
	width: 140px;
}
.formGiftcard form .field label[for=giftcardAdress] {
	width: 75px;
}
.formGiftcard form .field input#giftcardAdress.text {
	width: 140px;
}
.giftcardZip, .giftcardTown {
	float: left;
}
.giftcardTown {
	margin-left: 12px;
}
.giftcardEmail {
	clear: both;
}
.formGiftcard form .field label[for=giftcardZip] {
	width: 90px;
}
.formGiftcard form .field input#giftcardZip.text {
	width: 90px;
}
.formGiftcard form .field label[for=giftcardTown] {
	width: 30px;
}
.formGiftcard form .field input#giftcardTown.text {
	width: 145px;
}
.formGiftcard form .field label[for=giftcardEmail] {
	width: 50px;
}
.formGiftcard form .field input#giftcardEmail.text {
	width: 140px;
}
.formGiftcard form .field label[for=giftcardPhone] {
	width: 100px;
}
.formGiftcard form .field input#giftcardPhone.text {
	width: 140px;
}
.formGiftcard form .giftcardPhone strong {
	font-style: italic;
}

.formContact h1 {
	margin-top: 40px;
}
.formContact .marginal .multiple .field      { margin-bottom:0; position:relative; top:-2em; left:12.7em; }
.formContact form fieldset legend {
	width: 140px;
}
.formContact form fieldset legend span {
	font-weight: normal;
}

/* Form --------------------------------------------------------------------- */
form            { width:100%; overflow:hidden; }
form .field     { line-height:2; padding-bottom: 10px; }
fieldset        { border:0; margin-bottom:1.25em; padding:0; padding-top:.5em; }
legend          { font-size:18px; font-weight:bold; line-height:1; color:#5796A3; }
label           { font-weight:bold; cursor:pointer; }
.result label	{ font-weight:normal; }

/* Input */
input.text,
input.secret,
select,
textarea        { border:1px solid #abadb3; }
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; padding-bottom: 0px; }
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       {  }
ul.dropdown ul li					{ display: inline; width: 100%; } 
body { 
    background: #E9E9E9;
    color:#545454;
    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;}

#outer {
    background: url('/images/templates/default/outer.png');
    margin: 0 auto;
    width: 908px;
}

#inner {
    margin: 0 auto;
    width: 890px;
}

#header {
    border-top: 26px solid #FFFFFF;
    height: 97px;
    padding-left: 26px;
    padding-right: 26px;
    width: 838px;
}

    #logo {
        float: left;
        width: 180px;
    }
    
    #navbar {     
        color: #5796A3;
        float: right;
		text-transform: uppercase;
        width: 650px;
    }
	
	#navbar ul.dropdown {
		float: right;
		position: relative;
	}
    
    #navbar li {
    	border-bottom: 1px solid #FFFFFF;
    	display: inline;
		float: left;
        list-style-type: none;
		padding-left: 32px;
    }
	
	#navbar ul.dropdown li a {
		display: block;
	}
	
	#navbar ul.dropdown li.hover,
	#navbar ul.dropdown li:hover { 
		position: relative; 
	}
	
	#navbar li.subTree { background:url(/images/templates/default/arrow-down.png) no-repeat right; padding-right: 20px; }
	
	/** Level 2 **/
	
	#navbar ul.dropdown ul {
		background: #5796a3;
		left: 0;
		top: 100%;
		padding-left: 0;
		position: absolute;
		visibility: hidden;
		width: auto;
	}
	
	#navbar ul.dropdown ul li {
		background: #5796a3;
		border-bottom: 0px;
		float: none;
		padding-left: 0;
	}
	
	#navbar ul.dropdown li ul a {
		background: #5796a3;
		border-bottom: 1px solid #FFFFFF;
		border-right: none;
		color: #FFFFFF;
		display: inline-block;
        font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding: 3px 5px 3px 12px;
		width: 100%;
	}
	#navbar ul.dropdown li ul a:hover {
		background: #74bea5;
        font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	}
    
    #navbar a,
    #navbar a:hover,
    #navbar a:visited {    
        color: #5796A3;
        font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

#content {
    padding-left: 26px;
    padding-right: 26px;
}

#footer {
    height: 26px;
    margin: 0 auto;
    padding-top: 26px;
    width: 838px;
}
#footer p { 
    font: 11px "Trebuchet MS";
    padding-top: 17px;
    padding-right: 15px;
    text-align: right;
}

#outer-bottom {   
    background: url('/images/templates/default/outer-bottom.png') no-repeat;
    margin: 0 auto;
    width: 908px;
}

#outer-bottom p { 
	color: #BBBBBB;
    font: 11px "Trebuchet MS";
    padding-top: 12px;
    padding-left: 15px;
    text-align: left;
}
#outer-bottom a ,
#outer-bottom a:hover,
#outer-bottom a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

/***** Shop *****/
#shopleft {
	float: left;
	width: 630px;
}

#shopright {
	float: left;
	margin: 0 0 0 20px;
	width: 185px;
}

/* Shop Main */
#shopleft .categoryDescription {
	color: #5796A3;
	font-size: 12px;
	font-style: italic;
	padding-top: 10px;
}

#shopright .minicart-top {
	background: url(/images/templates/default/minicart-top.png) no-repeat;
	color: #FFFFFF;
	height: 18px;
	width: 184px;
}
#shopright .minicart-middle {
	background: url(/images/templates/default/minicart-middle.png) repeat-y;
	color: #FFFFFF;
	margin: 0 0 -18px 0;
	padding: 0px 15px 0px 15px;
	width: 154px;
}
#shopright .minicart-bottom {
	background: url(/images/templates/default/minicart-bottom.png) no-repeat;
	color: #FFFFFF;
	height: 18px;
	width: 184px;
}
#shopright .minicart-middle h2 {
	color: #FFFFFF;
}
#shopright .minicart-middle p {
	color: #FFFFFF;
}
#shopright .minicart-middle a,
#shopright .minicart-middle a:hover,
#shopright .minicart-middle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#shopright .minicart-middle .separator_line {
	border-bottom: 1px solid #FFFFFF;
	width: 154px;
}
#shopright .minicart-middle ul {
	list-style-type: none;
	padding: 0;
}




/* OLD */            
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 */

.red {color:#ff0000;}

/* Normal links */
a {color:#5796A3; text-decoration:none;}
a:hover {text-decoration:underline;}
a.readmore {color: #5796A3;}

.col2_content h1 {
  color:#000;
  padding:32px 0 0 0;
  background:none;
}
.col2_content  h1.pageheader,
#products h1{
	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 */

button.button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #5796A3;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height: 1em;
	padding: 2px 7px;
	text-align: left;
	display:block;
	clear:both;
}

.paginationList li,
#col2 .col2_content #products .paginationList ul li{
	list-style-type: none !important;
}

.infoContent94 {
	margin-bottom: -40px;
}

#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;
}

/* New productList */
#products {
  margin:0;
  padding:0px;
}
ul#productList{
  padding:0;
  margin:0;
  clear:both;
  display:block;
}
#productList h1 {
	background: #FFFFFF;
	color: #5796a3;
	font-size: 16px;
	margin: 40px 0 15px 0;
	padding: 0;
}
#productList span.productTableHeader {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	width: inherit;
}

#productList li {
  list-style-type:none;
  margin:0;
  padding:0;
  width: 600px;
  display:block;
  overflow:hidden;
  border-bottom: 2px solid #d2d2d2;
}
#productList .productNameDescContainer {
	float: left;
	margin: 10px 0 10px 0;
	width: 370px;
}
#productList .productName a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#productList .productShortDescription {
  margin: 0 10px 0 10px;
  font-size: 12px;
}
#productList .productPriceHeader {
	float: left;
	margin: 0 0 0 15px;
	width: 75px;
}
#productList .productPrice .productPriceColumn {
	color: #5796a3;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 15px;
	width: 85px;
}
#productList .buyContainer {
	float: left;
	margin-left: 15px;
	width: 90px;
}
#productList .buyContainer button {
	background: #5796a3;
	color: #FFFFFF;
	height: 20px;
}
#productList .buyContainer fieldset {
	margin: 0;
}
#productList .buyContainer form .txtBoxQuantity {
	height: 20px;
	width: 28px;
}
#productList li form {

  float: left;
  margin: 0 10px 0px 10px;
  clear:both;
  display:block;
}

ul.paginationList {
	display: none;
}

p.entriesTotal {
	display: none;
}

/* CartTable */

.cartDetailed button.button {
	/*background: #FFFFFF;
	border: 0;
	clear:both;
	color: #5796A3;
	display: block;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;*/
	border: 0px;
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
}

/* Old */

#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;
}

