/* 
TOC
01: Global Text Settings
02: Structure
03: Navigation
04: Footer
05: Home
06: sIFR Settings
*/

/* 01:----------- Global Text Settings ----------- */
	


img { 
	border: 0;
}

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

a:hover, a:active { 
	color: #EE3b33;
	text-decoration: underline;
}

/*DIV#content-body td { 
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
}*/

/*DIV#content-body p { 
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
}*/

DIV.content-main-list h1 { 
	color: #ee3b33;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	padding-bottom: 5px/*20px*/;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 0;
}

DIV.content-main h1 { 
	color: #ee3b33;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	padding-bottom: 5px/*20px*/;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 0;
}

DIV.content-main h2 { 
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
}

DIV.content-main h3 { 
	color: #ee3b33;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
}

DIV.content-main h4 { 
	color: #ee3b33;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
}


DIV.content-main p { 
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
}

DIV.content-main p.rule { 
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
	border: 1px solid #ee3b33;
	padding: 6px; 
}

/*DIV.content-main ul { 
	list-style-type: square;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	line-height: 16px;
}*/

/*DIV.content-main li { 
	padding-bottom: 4px;
}*/

.clear {
	clear: both;
}

.redbold { 
	color: #ee3b33;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
}

.searchfield { 
	color: #57574e;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	width: 120px;
	border: 0;
	background-color: #ffffff;
}

.searchbutton{ 
	background-color: #ee3b33;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
}

.save { 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	background-image: url(Images/save.gif);
	width: 220px;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}

.save a:link, .save a:visited { 
	color: #ffffff;
	text-decoration: none;
}

.save a:hover, .save a:active { 
	color: #ffffff;
	text-decoration: none;
}

/* 02:----------- Structure ----------- */
	
DIV#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}

DIV#content-header {
	width: 960px;
	height: 132px;
	background-color: #57574E;
}

DIV#content-header .logo {
	margin: 0;
	float: left;
}

DIV#content-header DIV.user-info {
	margin: 0;
	float: right;
	/*width: 400px;*/
	height: 102px;
	background-color: transparent;
}

DIV.content-main { 
	width: 675px/*745px*/;
	padding-left: 45px;
}

DIV.content-main-list { 
	width: 700px/*745px*/;
	padding-left: 45px;
}

	DIV.content-main-list p.special-box { 
		color: #333333;
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
	}
DIV.content-main-doclist { 
	width: 700px/*745px*/;
	padding-left: 45px;
}
DIV.product-list-header {
	width: 195px;
	height: 53px;
	background-color: #efefea;
}

DIV.product-list-home {
	width: 195px;
	/*height: 408px/*477px;*/
	background-color: #efefea;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #f7f7f5;
}

DIV.product-list-master {
	width: 195px;
	/* DON'T NEED HEIGHT IN THE LAYOUT MASTER TEMPLATE height: 423px/*477px; */
	background-color: #efefea;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #f7f7f5;
}

DIV.product-list-footer {
	width: 195px;
	height: 15px;
	background-color: #efefea;
}

DIV.user-info {
	color: #EFEFEA;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

DIV.user-info a, DIV.user-info a:link, DIV.user-info a:visited {
	color: #A4A393;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

DIV.user-info a:hover, DIV.user-info a:active {
	color: #EE3b33;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

DIV.user-info .pipe {
	color: #A4A393;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.member-login {
	background-color: #686860;
}

DIV.product-item {
	width: 673px/*700px*/;
	border: 1px solid #d6d7cf;
	background-color: #f9f9f9;
	margin-bottom: 5px;
}

DIV.product-item .thumb-img {
	border-top: 0;
	border-right: 1px solid #d6d7cf;
	border-bottom: 0;
	border-left: 0;
	/*float: left;*/
}

DIV.product-item td {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
	padding-bottom: 0;
}

DIV.product-item td.desc {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	padding: 8px 0 12px 0;
}

DIV.product-item td.desc a:link, DIV.product-item td.desc a:visited {
	color: #333333;
	text-decoration: none;
}

DIV.product-item td.desc a:hover, DIV.product-item td.desc a:active {
	color: #EE3b33;
	text-decoration: underline;
}

DIV.product-item td.price {
	color: #EE3b33;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	padding: 8px 0 12px 0;
}

DIV.back {
	width: 675px;
	padding: 5px 0 10px 0;
	color: #57574E;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, san-serif;
}

DIV.back2 {
	width: 675px;
	padding: 10px 0 20px 0;
	color: #EE3b33;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
}

DIV.back2 a:link, DIV.back2 a:visited {
	color: #EE3b33;
	text-decoration: none;
}

DIV.back2 a:hover, DIV.back2 a:active {
	color: #EE3b33;
	text-decoration: underline;
}
DIV.product-detail {
	width: 675px;
	font-family: Arial, Helvetica, san-serif;
}

DIV.product-image {
	width: 673px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	text-align: center;
}

DIV.product-info {
	width: 643px;
	padding: 15px 15px 5px 15px;
	border-top: 0;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}

DIV.product-info td.product-name {
	color: #ee3b33;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e8e8e8;
}

DIV.product-info td.product-price {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e8e8e8;
}

DIV.product-info span.amount {
	color: #ee3b33;
	font-size: 17px;
	font-weight: bold;
}

DIV.product-info span.ea {
	color: #ee3b33;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

DIV.product-info span.gst {
	color: #ee3b33;
	font-size: 11px;
	font-weight: normal;
}

DIV.product-info td.product-option {
	color: #57574E;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #e8e8e8;
}

DIV.product-info td.product-comment {
	color: #57574E;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0 6px 0;
}
DIV.product-buttons {
	width: 643px;
	padding: 5px 0 0 0;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

DIV.product-note {
	width: 645px;
	padding: 15px;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}


TABLE#add-to-cart {
	border-top: 1px solid #d6d7cf;
}

/* 03:----------- Navigation ----------- */

DIV#content-nav {
	width: 960px;
	height: 49px;
	background-color: #57574E;
	background-image: url(Images/common/nav_bg.gif);
	background-repeat: no-repeat;
}

/* 04:----------- Footer ----------- */

DIV#content-footer {
	width: 940px/*960px*/;
	height: 42px/*72px*/;
	background-color: #efefea;
	background-image: url(Images/common/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 30px 20px 0 0;
	text-align: right;
}

DIV#content-footer p {
	margin: 0;
	padding: 0;
	color: #57574E;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

DIV#content-footer p a:link, DIV#content-footer p a:visited {
	color: #57574E;
	text-decoration: underline;
}

DIV#content-footer p a:hover, DIV#content-footer p a:active {
	color: #ee3b33;
	text-decoration: underline;
}

/* 05:----------- Home ----------- */

DIV.content-flash-banner {
	width: 745px;
	height: 477px;
}

td.home-bg {
	background-color: #a4a393;
	background-image: url(Images/home/home-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}


.googlefield { 
	color:#57574E;
	font-family:Arial,Helvetica,san-serif;
	font-size:11px;
	font-weight:normal;
}

div.lge-red-panel {
	background-color:#FACECF;
	color:#EE3B33;
	font-family:Arial,Helvetica,san-serif;
	font-size:13px;
	font-weight:normal;
	margin-top:20px;
	padding:10px;
	width:580px;
}