/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
    MARGIN: 0px;
}
.Site
{
	line-height:1.2;
	width:100% !important;
	margin:0 !important;	
	min-height: 850px;
}
.Site .help,
.Site .hint
{
	padding: 0;
}
.Site FORM
{
	margin:0;
}
.Site .formMainTable th
{
	text-align: left;
}
.Site form th
{
	text-align:right;
}
.Site form TD
{
	padding:2px 0;
}
.Site IMG
{
	BORDER:none;
}
.Site TABLE
{
	WIDTH: 100%;
	BORDER:none;
}
.Site th, 
.Site td
{
	padding:0;
	text-align:left;
	vertical-align:top;
}
.Site dl, 
.Site ol, 
.Site ul
{
	margin-left:20px;
	padding:0;
}
.Site ul li
{
	list-style-type:square;
}
.Site .pointer
{
	cursor:pointer;	
}
/* ####################################   Classes   #################################### */
.Site .terminus
{
	font-size: 0 !important;	
}
.Site .box
{
    padding:0;
    width:auto;
    height:1%;
}
.Site .box .tl, 
.Site .box .tr
{
	padding:0;
    margin:0;
    width:auto;
}
.Site .box .tl
{
	padding-left: 14px; 	
}
.Site .box .tr
{
	
}
.Site .box .br
{
	height: 15px;
}
.Site .box .bl
{
	padding-left: 14px;
}
.Site .box .tl h2
{
	padding: 3px 0 3px 1px;
	margin: 0;
    width:auto;
}
.Site .box .content
{
    position:relative;
    padding:10px;
    
}
.Site .content img
{
}
.Site .content table td
{
	padding:3px;
}
.Site .detail IMG.picture
{
    MARGIN-BOTTOM: 10px;
    MARGIN-LEFT: 15px;
    position: relative;
}
.Site .dropdown, 
.Site .textarea, 
.Site .textbox
{
    WIDTH:250px;
    font-size:1em;
}
.Site .label
{
	FONT-WEIGHT: bold;
}
.Site .list H3
{
}
.Site .list H4
{
    MARGIN: 0px
}
.Site .list IMG.thumbnail
{
}
.Site .list P
{
}
.Site .list .terminus, 
.Site .detail .terminus
{
	clear:right;
}
.Site .morelink
{
    TEXT-ALIGN: right
}
.Site .backlink
{
    TEXT-ALIGN: right
}
.Site .stepper
{
    PADDING:3px 5px;
    width:auto !important;
}
.Site .stepper P
{
    MARGIN: 0px;
    TEXT-ALIGN: right;
}
.Site TABLE.documentTable TD.cell
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site TABLE.documentTable TH.heading
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
}
.Site .template
{
	padding-left:1px;
	float: none;
}
.Site .template ul
{
	margin-left:20px;
}

.Site .button
{
	padding: 2px 5px 2px 20px;
}
.Site .principle
{
	
}

/* ################################### Site IDs ################################# */

#mainTable
{
	line-height:1.2;
	width:760px !important;
	margin:auto !important;
	margin-top: 30px !important;
}
.Site #topCurves
{
	height: 14px;	
}
.Site #bottomCurves
{
	height: 16px;	
}
.Site #mainHeader
{
	height: 92px;
}
.Site #location
{
	padding: 0 0 5px 15px;
}
.Site #language
{
	text-align: right;
	width: 80px;
	margin-left: 670px;	
}
.Site #searchBox
{
	padding: 10px;	
	text-align: right;
}
.Site #searchBox .submitButton
{
	padding: 1px 17px 2px 16px;	
}
.Site #searchBox .inputBox
{
	padding-top: 2px;
	padding-bottom: 2px;	
}
/* ################################## Menu setup ################################### */

.Site #mainMenu
{
	min-height: 25px;
}
.Site #mainMenu ul
{
    padding:0;
    margin:0;
    margin-right: 4px;
}
.Site #mainMenu li
{
	list-style:none;
	display:inline;
}
.Site #mainMenu ul a
{
	float:left;
	padding: 4px 10px 5px 10px;
}
.Site #mainMenuContainer
{
	float: left;
	position: relative;
	width: 754px;
}

/* ################################## Sub Menu setup ################################### */


.Site #subMenu
{
	padding:0;
	margin:0;
	font-weight:500;
}
.Site #subMenu ul
{
	padding:0;	
	padding-left: 10px; 
	margin:0;
	width:746px;
	float:left;
}
.Site #subMenu li
{
    position:relative;
    padding: 0;
    margin: 0;
	display:inline;
}
.Site #subMenu ul a.active
{
	color:#fff;
}
.Site #subMenu ul a
{	
	position: relative;
	padding: 4px 10px 5px 10px;
	line-height:1.2;
	float:left;
	FONT-SIZE: 90%;
	text-decoration:none;
}
.Site #subMenu .submenuTL
{
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 20px;
	font-size: 0;	
}
/* ======================== */

.Site #mainTitle
{
	position: absolute;
	top: 0;
	left: 0;
}
.Site #mainTitle H1
{
	MARGIN: 0;
	padding: 35px 0 0 20px;
}
.Site #mainLayoutContainer
{
	position: relative;
}
.Site #mainLayout
{
	line-height:1.5;
	padding:10px 20px 20px 20px;
	min-height: 550px;
}
.Site #mainLayout TABLE#productList TD.list
{
    width: 50%;
}
.Site #template_News_Articles_Style_2 #column1
{
	float:left !important;
	width:230px !important;
}
.Site #template_News_Articles_Style_2 #column2
{
	margin:0 0 0 250px !important;   
}
.Site #template_Mailform_Right #column1
{
	float:right;
}

.Site #template_Mailform_Right #column2
{

}
.Site #mainFooter
{
	position: relative;
    padding:10px;
}
/* ======================== */


.Site #header
{
	padding-bottom:10px;
	margin-bottom:10px;
}
.Site #footer
{
	margin-top:10px;
	padding-top:10px;
}

/* ======================== */

.Site #template_2_Columns DIV#column1
{
	width: 320px !important;
}
.Site #template_2_Columns DIV#column2
{
	margin-left: 340px !important;
}

/* ======================== */

.Site #template_Products_Grouped .backlink
{
	clear:right;
	padding:3px;
	TEXT-ALIGN: right;
}

/* ======================== */

.Site #template_sitemap ul
{
	margin:0 0 0 20px;
	padding:0;
	line-height:1.8;
}
.Site #template_sitemap ul a
{
	padding-left:20px;
}
.Site #template_sitemap ul ul 
{
	line-height:1.5;
}

.Site TABLE#productList
{
    MARGIN-TOP: 10px;
    MARGIN-BOTTOM: 10px
}
.Site TABLE#productList td img
{
    float:none;
    text-align:center !important;
}
.Site TABLE#productList TD.list
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
}
.Site #developerLink
{
	position: absolute;
	top: 0;
	right: 0;	
}
.Site #developerLink a
{
	margin:10px;
}

/* ############################### Header Info ############################ */

.Site #headerInfo
{
	position:relative;
	float:right;
	width:400px;
}
.Site #headerInfo
{
	width:400px;
}
.Site #logonForm th, 
.Site #logonForm td
{
	vertical-align:middle;
}
/* ############################### Product ############################ */
.Site .product
{
	margin-top: 25px;	
}
.Site td.product .image
{
	position: relative;	
}
.Site .product h3,
.Site .product h4,
.Site .product h5
{
	margin: 0;
	margin-left: 5px;
}
.Site .product .thumbnail
{
	float: none;
}
/* ############################### Sub Page Listing ############################ */
.Site .subPageTitleThumb a
{
}
.Site td.subPageItem
{
	padding-top: 20px;	
}
.Site td.subPageItem span
{
	text-align: left;
}
/* ############################### Nunes Sub Page Home Variant ############################ */
.Site #template_Nunes_Home_Sub_Page_Listing #column1
{
	width: 190px;	
	float: left;
	
}
.Site #template_Nunes_Home_Sub_Page_Listing #column2
{
	margin-left: 285px;	
}
.Site #template_Nunes_Home_Sub_Page_Listing #column1Title h4,
.Site #template_Nunes_Product_Listing #column1Title h4
{
	margin: 0;	
}
/* ############################### Nunes Product Listing ############################ */
.Site #template_Nunes_Product_Listing #column1
{
	width: 190px;	
	float: left;
	margin: 0;
}
.Site #template_Nunes_Product_Listing #column1text
{
	padding: 20px 10px 10px 0;	
}
.Site #template_Nunes_Product_Listing #column2
{
	margin-left: 230px;	
	width: 445px;
}
.Site #template_Nunes_Product_Listing .product
{
	padding: 10px 0 10px 0;	
}
.Site #template_Search_Results
{	
	float: none;
	padding:0;
	margin: 0;
}
.Site #template_Search_Results div.product
{
	float: left;
	width: 30%;	
}
.Site #template_Search_Results .product img
{
	float: none;	
	
}
.Site #template_Search_Results .product h3.title
{
	padding: 0;
}
#template_Search_Results #searchFacility,
#template_Search_Results #searchFacility h3
{
	margin-top: 2px;	
}
#template_Search_Results #searchFacility h3
{
	float: left;
	width: 150px;	
}
#template_Search_Results #searchFacility form
{
	margin-left: 180px;	
}
#template_Search_Results #searchFacility .inputBox
{
		
}
/* ############################### Product Detail ############################ */
.Site .detail table
{
	text-align: right;	
}
.Site .productOptions h4
{
	margin: 0;
	margin-bottom: 10px;	
}
.Site .productOptions
{
	width: 170px;
	padding: 0 10px 0 0;	
}
.Site .productDetails
{
	width: 200px;
	padding: 0 0 0 15px;	
}
.Site .productDetails h4
{
	margin: 2px;	
}
.Site .productDetails form
{
	text-align: right;	
}
.Site .productDetails form select,
.Site .productDetails form input
{
	margin-top: 5px;	
}
.Site .productDetails table td
{
	vertical-align: middle;	
}
.Site .productDisplay
{
	padding: 10px;	
	text-align: center;
}
.Site #fullSizeImage
{
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	top: -30px;	
	border: 1px solid #FFF;
	background: #000;
	color: #858585;	
	display: none;
}
.Site #fullSizeImage a
{
	position: absolute;
	top: 2px;
	right: 5px;	
	color: #858585;	
}
.Site #fullSizeImage a:hover
{
	color: #F90001;
}
.Site #fullSizeImage p
{
	position: absolute;
	top:2px;
	left:5px;	
}
.Site .productCompliments h5
{
	padding: 0 0 3px 15px;
}
.Site .productCompliments table
{
		
}
.Site .productCompliments td.product
{
	text-align: center;	
}
.Site .productCompliments td h3
{
	margin-bottom: 10px;
}
.Site .optionOption
{
	padding-bottom: 10px;	
}
.Site p.price
{
	margin-top: 10px;
}
/* ############################### Discounts Styling ############################ */
.Site .productContainer
{
	position: relative;	
}
.Site .otherDiscounts
{
	font-size: 0.8em;	
}
.Site .discountImg
{
	position: absolute;
	top:-15px;	
	border:none !important;
}
.Site #template_Nunes_Home_Sub_Page_Listing .discountImg
{
	right:10px;
}
.Site #template_Nunes_Home_Sub_Page_Listing #column1 img.discountImg
{
       
}
.Site #template_Nunes_Product_Listing .discountImg
{
	right:-10px;
}
.Site #template_Discounts_Listings_Nunes #discountsMenu
{
	margin-bottom: 20px;	
}
.Site #template_Discounts_Listings_Nunes #discountsMenu td
{
	text-align: center;
	width: 173px;	
	border: 1px solid Transparent;
}
.Site #template_Discounts_Listings_Nunes .discountProducts
{
	margin-left: 25px;	
}
.Site #template_Discounts_Listings_Nunes .discountSection
{
	display:none;	
}
.Site #template_Discounts_Listings_Nunes .currentSection
{
	display:block;	
}
.Site #template_Discounts_Listings_Nunes .currentOpt
{
	background: #373737;
	border: 1px solid #999 !important;
}
/* ############################### Cart Styling ############################ */
.Site #cartInfo
{
	padding:6px;
	padding-right: 8px;
}
.Site #cartBrief
{
	padding: 4px;
	padding-right: 23px;
}
.Site #currencySelector
{
	margin-left: 20px;
	float: left;	
}
.Site #currencyOptions
{
	display: none;	
}