/* @override 
	http://wholesaleframeco.com/skins/wholesale_framing/styleSheets/layout.css
	http://wholesaleframeco.com/admin/styles/style.css
	https://wholesaleframeco.com/skins/wholesale_framing/styleSheets/layout.css
*/

body {
	margin: 0px;
	padding:0;
	color: #333333;
	font: 13px/20px "Helvetica Neue", Arial, sans-serif;
	background: url(../styleImages/backgrounds/bg.jpg) repeat;
}

#pageSurround {
	width: 810px;
	margin: 0 auto 0px;
	background-color: #fffffe;
	color: #333333;
	padding: 0;
	border-bottom: 5px solid #51503e;
}

#PageOuter {
	width:auto;
	margin:0 auto;
	padding:0;
}


#Header {
	text-align: right;
	height: 140px; 
	width: 752px;
	margin: 15px auto 0;
	color: #333333;
	background: url(../styleImages/header.png) no-repeat;
	behavior: url(/skins/wholesale_framing/styleSheets/iepngfix.htc);
}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	display: none;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	display: none;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	margin: 0 auto 25px;
	padding: 0 7px 11px;
	width: 150px;
	background-color: #e9e9d2;
	color: #303025;
	border: 1px solid #d1d0bd;
	text-align: center;
} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #51503e;
	text-decoration:none;
	font-size: 13px;
}

#Login a:hover {text-decoration:none; color: #fa7100;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	width: 165px;
	float: left;
	font-size: 12px;
	z-index:20;
	background-color: #fefefc;
	padding: 20px 0 0 22px;
	margin: 0;
	position: relative;
}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	padding: 5px 0;
	color: #ffffff;
	background-color: #51503e;
	text-align: center;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 5px;
}

td.coupon {
display: none;	
}

#ContentBox form table {
}

td.total {
	width: 90px;
}


.subHeading h3 {
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight:normal;
	text-align: center;
	margin: 0;
}

.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	font-variant: normal;
	text-align: center;
}

.subHeading h3 a:hover {
	color: #fa7100;
	text-decoration:none;
	border:none;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 auto 25px;
	padding: 0 7px 10px;
	width: 150px;
	background-color: #e9e9d2;
	color: #303025;
	border: 1px solid #d1d0bd;
}

.LeftBox a {
	color: #51503e;
	text-decoration:none;
	}

#LeftColumn div.LeftBox div {
}

.LeftBox a:hover {
	color: #e7701c;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	padding-top:5px;
	color:#FFFFFF;
	border: 1px solid #d1d0bd;
}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #51503e;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	margin:0;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	}

.ul-nav{
	width: 190px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#667777;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 11px;
	}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;;
	color: #FFFFFF;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 186px;
	display: block;
	text-indent: 2px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #C6EADD;
	text-decoration:none;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #C6EADD; }



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	width: 590px;
	float: right;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0 10px 0 0;
}


#Content p {
	margin: 0;
}

#ContentBox {
	padding: 3px 20px 3px 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	}


h1 {
	font-size: 20px;
	color: #ff7500;
	font-weight: normal;
	text-transform: capitalize;
	padding:6px 0 6px 5px;
	margin:0;
	font-style: normal;
}


h2 {
	font-size: 18px;
	color: #fa7100;
	font-weight: normal;
	text-transform: capitalize;
	padding: 20px 0 6px;
	margin:0;
	font-style: normal;
}

#welcome_text h2 {
	color: #fff;
	font-size: 26px;
	line-height: 31px;
	padding-right: 4px;
	padding-top: 130px;
	padding-bottom: 0;
	font-weight: normal;
	font-style: normal;
}


h3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
}


h4 {
	font-size: 13px;
	color: #f79239;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;
	padding-top: 13px;
	font-size: 11px;
}

td.address {
	padding-left: 5px;
}



#cart table tbody tr td.tdcartTitle {
	padding-top: 5px;
	padding-bottom: 2px;
}

td.tdcartTitle_price {
		font-weight: normal;
	color: #51503e;
	background: #faf8d9;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	border-top: 1px solid #eceacd;
	border-bottom: 1px solid #eceacd;
	padding: 5px;
	width: 70px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:center;
	margin:0;
	padding: 10px 0 20px;
	color: #51503e;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	clear: both;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#SiteDocs a:hover {
	color: #fa7100;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0 10px 0 0;
	margin-top: 0px;
	z-index: 1;
	}


#Announcement p {
	line-height:16px;
	margin-top: 1px;
}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 0;
	margin:0;
	position: relative;
	z-index: 1;
	}

#Inner {
	margin: 5px 0;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 145px;
	margin: 5px 10px 0 0;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	border:1px solid #cccccc;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	width:100%;
	color: #333333;
	}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
	}

.LPPrice {
	height: 15px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:2px 0;
	text-transform: capitalize;
	color: #e9711e;
	display: none;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#C6EADD;
	}

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:5px 0;
	padding:0;
	width:100%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right: 0;
	padding-bottom:5px;
	padding-left: 8px;
}


.catsep h2, .catsep h2 a {
	font-size: 16px;
	color: #fa7100;
	background:#ffffff;
	text-transform: uppercase;
	padding: 6px 0 10px;
	margin:0;
	font-weight: normal;
	font-style: normal;
}

#Content table.catview tbody tr td.catsep h2 a.txtDefault {
	line-height: 22px;
}

.catsep h2 a:hover {
	background: #FFFFFF;
	color: #51503e;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {
}

td.catsep p {
}
.catview .Price {color: #51503e; background: #FFFFFF;
	padding-top: 13px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px 20px 3px 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 0;
	padding-top: 0;
	font-weight: normal;
	background: #e9e9d2 none repeat scroll 0%;
	color: #51503e;
	font-size: 15px;
	text-transform:uppercase;
	font-style: normal;
	border: 1px solid #d1d0bd;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.LightBox {
	float:left;
	margin: 20px 0 30px 15px;
	height:1%;
	}

#LightBoxGallery p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.LightBoxImage {
	text-align:center;
	padding:5px;
	border: 1px solid #CCC;
	margin-left: 0;
	margin-right: 0;
}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #373737;
	background: #FFFFFF;
	}

#ProdDescription h2 {
	margin: 0 0 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #e9e9d2 none repeat scroll 0%;
	color: #51503e;
	font-size: 15px;
	text-transform:uppercase;
	font-style: normal;
	border: 1px solid #d1d0bd;
	padding-top: 5px;
}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top: 1px dotted #51503e;
	border-bottom: 1px dotted #51503e;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline;
	height:66%;
	font-size: 14px;
	margin:0;
	text-align:left;
	color: #fa7100; 
	background:#FFFFFF;
	padding-top: 5px;
	width: 40%;
}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width: 23%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right: 1px dotted #51503e;
	border-left: 1px dotted #51503e;
	background:#FFFFFF;
	}

#ProdReviews a {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #fa7100}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width: 33%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	color: #51503e;
}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color: #51503e;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color: #fa7100;
	background: #FFFFFF;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}

#Options {
	margin:-10px 0 0 0;
	padding: 10px 0 0;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	font-size: 1.2em;
	background-color: #ff9543;
}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #ffffff;
	background: #51503e;
	font-size:14px;
	width: 555px;
	position: relative; 
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0;
	padding: 6px 5px 6px 6px;
}

#ProdBuyLogin {
	color: #51503e;
	background: #51503e;
	font-size:14px;
	width: 570px;
	margin:10px 10px 10px 0;
	padding: 5px;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	color: #000;
	line-height:22px;
	font-size: 13px;
	padding: 3px;
	margin: 0;
	border: 1px solid #ff7c00;
	background: #ff7c00;
	text-transform: capitalize;
}
	
#ProdBuy a:hover {
	color: #000;
	background-color: #ff9543;
}	
	

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dotted #ccc;
}
.SubmitReview {padding-right: 0;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;
	color: #51503e; 
	background: #f7f7e0;
	padding: 3px;
	border: 1px solid #d1d0bd;
	border-top-width: 0;

}

.ReviewRatings{

}	

.ReviewContent {
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	padding: 8px 3px;
}

.ReviewTitle { text-transform:uppercase;
	border-bottom: 1px solid #d1d0bd;
}

.ReviewedBy {
	color: #ff7a00;
	padding: 3px;
	}

.Date {
	color: #ff7c00;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}








.boxTitlePopProd {
	color: #fff;
	padding-left: 5px;
	text-align: center;
	font-size: 22px;
	padding-top: 7px;
	display: none;
}

.boxContentPopProd {

	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

div.popular {
	margin: 0 auto;
}

.PopProdEa {
	padding: 7px 10px 7px 5px;
	border-bottom: 1px solid #51503e;
	float: left;
	margin: 0 auto;
}

.Title h1 {
position: relative;
margin-top: 25px;
padding: 0;
margin-bottom: 15px;
}

.title h1 {
position: relative;
margin-top: 25px;
padding: 0;
margin-bottom: 15px;	
}

div.contact {
}

#Content h3 {
	margin: 0 0 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #e9e9d2 none repeat scroll 0%;
	color: #51503e;
	font-size: 15px;
	text-transform:uppercase;
	font-style: normal;
	border: 1px solid #d1d0bd;
	padding-top: 5px;
}

#PageOuter #ReviewArchives h3 {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	background: #e9e9d2;
	color: #51503e;
	font-size: 15px;
	text-transform:uppercase;
	font-style: normal;
	border: 1px solid #d1d0bd;
	padding-top: 5px;
	border-bottom-width: 0;
}
div.contact form input {
	border: 1px solid #d1d0bd;
	background-color: #e7e7d0;
	width: 300px;
	padding: 3px;
}

div.contact form textarea {
	border: 1px solid #d1d0bd;
	background-color: #e7e7d0;
	width: 570px;
	padding: 3px;
}


#Content div.contact input.submit {
	background-color: #fa7100;
	width: auto;
	border: 1px solid #d1d0bd;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.coalesce {
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}

div.coalesce a:link,div.coalesce a:visited {
	color: #000;
	font-size: .9em;
	text-decoration: none;
	padding-bottom: 10px;
}

div.coalesce a:hover {
	color: #fa7100;
}


div.ssl {
	
	margin: 0 auto;
	text-align: center;
}

span.resale {
	font-size: .9em;
	line-height: 1.5em;
}

td.resale {
	background-color: #eee;
	padding: 3px;
	border: 1px dotted #ccc;
}

#welcome_flash {
	float: left;
	margin-right: 10px;
}

#welcome {
	background-color: #fa7100;
	margin-right: -10px;
}











