/*#################################################################
#####      THIS FILE AND ITS CONTENTS ARE THE PROPERTY OF     #####
#####      OFFSIGHT IT SERVICES LTD.  NO ATTEMPT MUST BE      #####
#####      MADE TO COPY ITS CONTENTS OR USE ELSEWHERE         #####
#####      WITHOUT PERMISSION FROM OFFSIGHT IT SERVICES LTD   #####
#####                                                         #####
###################################################################
#####                                                         #####
#####               WRITTEN 08/09/2010                        #####
#####                                                         #####
#################################################################*/

/*START PNG FIX*/
img, div
{
behavior: url(iepngfix.htc);
}

p.css-vertical-text {
	color:#fff;
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	bottom:0;
	width:20px;
	height:20px;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-shadow: 0px 0px 1px #333;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


.pngTest
{
width: 87px;
height: 86px;
background-image: url(images/layoutImages/bogoff.png);
position: absolute;
top: 50px;
left: 20px;
z-index: 10;
}
/*END PNG FIX*/

/*START FONTS*/
body
{
font-family: Arial;
font-weight: bold;
color:#000;
font-size: 12pt;
margin: 0px auto 0px auto;
text-align: center;
background-image: url(images/layoutImages/bodyBg.jpg);
}

.bodyGlow
{
background-image:url("images/layoutImages/bodyGlow.jpg");
background-position:left center;
background-repeat:no-repeat;
height:634px;
left:0;
position:absolute;
top:196px;
width:100%;
}

.smallDateText
{
width:100%;
height: auto;
margin: 10px 0px 10px 10px;
font-size: 9pt;
display: inline-block;
}

h1
{
font-family: Arial Rounded MT Bold;
color:#fff;
font-size: 12pt;
margin: 0px;
}

h2
{
font-family: Arial Rounded MT Bold;
color:#fff;
font-size: 16pt;
}

a
{
color: #fff;
text-decoration: underline;
}
/*END FONTS*/

/*START MAIN LAYOUT*/
#container
{
width: 1000px;
height: auto;
margin: 0px auto 0px auto;
text-align: left;
display: inline-block;
}

#header
{
width: 100%;
height: 228px;
background-image: url(images/layoutImages/header.png);
background-repeat: no-repeat;
display: inline-block;
position: relative;
}

/*-------------------------------------------*/
/*   Start Horizontal Drop-Down Menu Style   */
/*-------------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	width: 75%;
	height: auto;
	display: inline-block;
	position: absolute;
	top: 197px;
	left: 10px;
	font-size: 14pt;
	color: #fff;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
margin: 0px 8px;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Arial;
  font-weight: normal;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
	color: #fff;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #fff;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #6b779e;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	color: #fff;
	background-color: #254093;
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
		vertical-align: middle;
	white-space: nowrap;
	margin: 10px 0px;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	margin: 5px 0px;
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	height: 26px;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #6b779e;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: ##6b779e;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: ##6b779e;
}

/*-------------------------------------------*/
/*    End Horizontal Drop-Down Menu Style    */
/*-------------------------------------------*/

#columnContainer
{
width: 100%;
height: auto;
display: inline-block;
background-image: url(images/layoutImages/mainBg.png);
}
 
#leftColumn 
{
width: 186px;
height: auto;
float: left;
display: inline-block;
margin: 0px 0px 0px 12px;
}

#mainColumn
{
width: 580px;
height: auto;
float: left;
display: inline-block;
margin: 0px 0px 0px 10px;
font-weight: normal;
}

#mainColumnHome
{
width: 772px;
height: auto;
float: right;
display: inline-block;
margin: 0px 13px 0px 0px;
font-weight: normal;
color: #fff;
}

#rightColumn 
{
width: 200px;
height: auto;
float: left;
display: inline-block;
}

.footer
{
width: 100%;
height: 78px;
text-align: center;
display: inline-block;
position: relative;
float: left;
background-image: url(images/layoutImages/footer.png);
overflow: hidden;
color: #fff;
font-size: 9pt;
}

.footerOffsight
{
width: auto;
height: auto;
display: inline-block;
position: absolute;
top: 50px;
right: 10px;
}

.footerCopy
{
width: auto;
height: auto;
display: inline-block;
position: absolute;
top: 50px;
left: 220px
}

.footerMenu
{
width: auto;
height: auto;
display: inline-block;
position: absolute;
top: 10px;
left: 220px;
}

.footer a
{
color: #fff;
font-size: 9pt;
text-decoration: underline;
}
 
.footerLink
{
width: auto;
height: auto;
float: left;
font-size: 10pt;
font-weight: normal;
margin: 10px 20px 0px 0px;
color: #fff;
font-size: 9pt;
}
/*END MAIN LAYOUT*/


/*START HEADER AREA*/
.flash
{
width: 274px;
height: 173px;
text-align: center;
display: inline-block;
position: absolute;
top: 12px;
right: 16px;
}
/*END HEADER AREA*/


/*START BOXES*/
/*START HOMEPAGE BOX*/
.homeBoxContainer
{
width: 772px;
height: auto;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

.homeBoxTop
{
width: 772px;
height: 32px;
display: block;
float: left;
position: relative;
background-image: url(images/layoutImages/homeBoxTop.png);
}

.homeBoxMain
{
width: 772px;
height: auto;
display: inline-block;
float: left;
background-image: url(images/layoutImages/homeBoxMain.png);
position: relative;
text-align: center;
}

.homeBoxInfo
{
width: 95%;
height: auto;
display: inline-block;
margin: 0px auto 0px auto;
text-align: left;
}
.homeBoxInfo a
{
text-decoration: underline;
font-style: italic;
}

.homeBoxMainImage
{
width: 150px;
height: auto;
float: left;
display: inline-block;
margin: 10px 10px;
}

.homeBoxBot
{
width: 772px;
height: 4px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/homeBoxBot.png);
margin: 0px 0px 10px 0px;
overflow: hidden;
}

/*START HOMEPAGE PROD LIST*/
.homeProdContainer
{
width: 360px;
height: 225px;
display: inline-block;
float: left;
position: relative;
background-image: url(images/layoutImages/homeProdContainerBg.png);
margin: 5px 3px;
text-align: center;
}

.homeProdTitle
{
width: 95%;
height: auto;
display: inline-block;
float: left;
position: absolute;
top: 0px;
left: 5px;
font-size: 14pt;
color: #fff;
text-decoration: underline;
text-align: left;
}

.homeProdInfo
{
width: 100px;
height: auto;
display: inline-block;
position: absolute;
top: 50px;
right: 10px;
color: #fff;
font-size: 8pt;
text-align: left;
}

.homeProdImage
{
width: 100px;
height: auto;
display: inline-block;
position: absolute;
top: 50px;
left: 5px;
}

.homeProdReadMore
{
width: 98px;
height: 24px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/button_read_more.png);
position: absolute;
right: 10px;
bottom: 10px;
}
/*END HOMEPAGE PROD LIST*/
/*END HOMEPAGE BOX*/

/*START SMALL BOX*/
.smallBoxContainer
{
width: 186px;
height: auto;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

.smallBoxTop
{
width: 186px;
height: 32px;
display: inline-block;
float: left;
position: relative;
background-image: url(images/layoutImages/smallBoxTop.png);
}

.smallBoxMain
{
width: 186px;
height: auto;
display: inline-block;
float: left;
background-image: url(images/layoutImages/smallBoxMain.png);
}

.smallBoxBot
{
width: 186px;
height: 6px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/smallBoxBot.png);
overflow: hidden;
background-repeat: no-repeat;
margin: 0px 0px 10px 0px;
}
/*END SMALL BOX*/

.boxTitle
{
width: auto;
height: auto;
position: absolute;
top: 8px;
left: 8px;
font-family: arial;
font-size: 10pt;
font-weight: bold;
text-transform: uppercase;
color: #000;
}
/*END BOXES*/


/*START HOME PAGE SEARCH BOX*/
.headDateTime
{
width: 200px;
height: auto;
color: #fff;
font-weight: bold;
font-size: 9pt;
position: absolute;
top: 198px;
right: 5px;
text-align: center;
}

.miniSearchContainer
{
width: 200px;
height: 35px;
color: #fffc00;
font-weight: bold;
font-size: 8pt;
position: absolute;
top: 188px;
right: 200px;
}

.miniSearchBox
{
width: auto;
height: auto;
position: absolute;
bottom: 3px;
left: 10px
}

.miniSearchButton
{
width: 41px;
height: 35px;
background-image: url(images/layoutImages/button_go.png);
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}

.miniSearchTitle
{
width: auto;
height: auto;
color: #fff;
font-weight: bold;
position: absolute;
top: 0px;
left: 20px
font-size: 8pt;
}

/*END HOME PAGE SEARCH BOX*/


/*START HOME PAGE TELL A FRIEND*/
.homePageTellAfriend
{
width: 200px;
height: 100px;
background-image: url(images/layoutImages/tellAfriendBg.jpg);
display: inline-block;
position: absolute;
top: 125px;
left: 0px;
}

.homePageFriendButton
{
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
top: 60px;
left: 160px;
}

.homePageSearchTitle
{
width: auto;
height: auto;
color: #fff;
font-weight: bold;
position: absolute;
top: 5px;
left: 10px
}

.homePageSearchTextBox
{
width: 185px;
height: 35px;
color: #fffc00;
font-weight: bold;
font-size: 8pt;
position: absolute;
top: 30px;
left: 10px;
}
/*END HOME PAGE TELL A FRIEND*/


/*START LATEST NEWS*/
.latestNewsContainer
{
width: 100%;
height: 65px;
background-image: url(images/layoutImages/testBg.png);
display: inline-block;
position: relative;
background-repeat: no-repeat;
background-position: center;
margin: 10px 0px;
}

.latestNewsInfo
{
width: 650px;
height: auto;
position: absolute;
bottom: 5px;
left: 210px;
font-size: 10pt;
font-weight: normal;
color: #fff;
}

.latestNewsTitle
{
width: auto;
height: auto;
position: absolute;
top: 5px;
left: 210px;
font-size: 10pt;
font-weight: bold;
font-style: italic;
color: #fff;
text-decoration: underline;
display: inline-block;
}

.latestNewsDate
{
width: auto;
height: auto;
display: inline;
font-size: 10pt;
color: #fff;
position: absolute;
top: 5px;
right: 20px;
font-weight: normal;
font-style: none;
color: #fff;
text-decoration: none;
}

.latestNewsReadMore
{
width: 98px;
height: 24px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/button_read_more.png);
background-repeat: no-repeat;
background-position: right;
position: absolute;
bottom: 10px;
right: 20px;
}
/*END LATEST NEWS*/


/*START HOMEPAGE TESTIMONIALS*/
.testReadMore
{
width: 98px;
height: 24px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/button_read_more.png);
background-repeat: no-repeat;
background-position: right;
position: absolute;
top: 30px;
right: 20px;
}

.testTitle
{
width: auto;
height: auto;
font-size: 12pt;
color: #fff;
font-weight: bold;
font-style: italic;
position: absolute;
top: 30px;
left: 20px;
}

.testInfo
{
width: 100%;
height: auto;
font-size: 9pt;
color: #fff;
font-weight: normal;
text-align: left;
position: absolute;
top: 3px;
left: 10px;
}
/*END HOMEPAGE TESTIMONIALS*/


/*START HOMEPAGE CATEGORY MENU*/
.catItemListBorder
{
width: 157px;
height: 147px;
background-image: url(images/catItemListBorder.jpg);
display: block;
margin: 10px 8px 0px 8px;
float: left;
text-align: center
}

.prodCatTitle
{
width: 200px;
height: 30px;
background-image: url(images/layoutImages/columnTitleBg.jpg);
color: #fff;
font-size: 14pt;
}

.categoryList
{
border: solid 1px green;
float: left
}

#catListContainer
{
width: 200px;
height: auto;
display: inline-block;
margin: 10px 0px 0px 0px
}

.prodCatTitleText
{
width: 100%;
height: auto;
padding: 4px 0px 0px 0px;
font-size: 12pt;
text-align: center;
}

.catListTop
{
width: 200px;
height: 10px;
background-image: url(images/layoutImages/menuBgTop.jpg);
overflow: hidden;
margin: 10px 0px 0px 0px
}

.catListMain
{
width: 200px;
height: auto;
background-image: url(images/layoutImages/menuBgMain.jpg);
display: inline-block
}

.catListBase
{
width: 200px;
height: 11px;
background-image: url(images/layoutImages/menuBgBot.jpg);
display: inline-block;
overflow: hidden
}

.catListItem
{
width: 95%;
height: auto;
color:#83888b;
font-weight: bold;
font-size: 11px;
margin: 0px 0px 0px 5px
}

.catListItemText
{
width: auto;
height: auto;
color:#000;
font-size: 11pt;
margin: 0px 0px 5px 5px;
background-image: url(images/layoutImages/catListUnderline.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.catListItemText a
{
width: auto;
height: auto;
color:#1ba5e5;
font-size: 11pt;
margin: 0px 0px 5px 0px;
background-repeat: no-repeat;
background-position: right bottom;
}

.catArrow
{
width: 10px;
height: 10px;
display: inline-block;
float: left;
}

.catArrowSpace
{
width: 10px;
height: 10px;
display: inline-block;
float: left;
}

.catListItemInfoText
{
width: auto;
height: 25px;
padding: 5px 0px 0px 20px
}

.bulletSpace
{
width: auto;
height: auto;
margin: 6px 5px 10px 5px;
float: left
}
/*END HOMEPAGE CATEGORY MENU*/


/*START SPECIAL BOX*/

.specialImage
{
width: 100%;
height: auto;
text-align: center;
margin: 10px 0px 0px 0px;
display: inline-block;
}

.specialTitle
{
width: 100%;
height: auto;
text-align: center;
margin: 0px 0px 0px 0px;
display: inline-block;
font-size: 10pt;
color: #fff;
text-decoration: underline;
}
.specialTitle a
{
color: #fff;
text-decoration: underline;
}

.specialPrice
{
width: 100%;
height: auto;
text-align: center;
margin: 10px 0px 0px 0px;
display: inline-block;
font-size: 10pt;
color: #fff;
}

.specialDesc
{
width: 85%;
height: auto;
text-align: left;
margin: 5px 0px 0px 10px;
display: inline-block;
font-size: 9pt;
color: #fff;
}
/*END SPECIAL BOX*/


/*START INFO PAGES*/
#infoListContainer
{
width: 200px;
height: auto;
display: inline-block;
margin: 10px 0px 0px 0px
}
/*END INFO PAGES*/


/*START HOME PAGE PRODUCT LISTING*/
.specialOfferStar
{
width: 87px;
height: 86px;
background-image: url(images/layoutImages/special_offer_star.png);
display: inline-block;
position: absolute;
top: 50px;
left: 5px;
z-index: 10;
}

.featProdTitleMain
{
width: 580px;
height: 30px;
background-image: url(images/layoutImages/pageTitleBg.jpg);
color: #fff;
font-size: 14pt;
overflow: hidden;
}
.featProdTitleMaintext
{
padding: 4px 0px 0px 10px;
font-size: 12pt;
font-weight: bold;
}

.homePageProdContainer
{
width: 186px;
height: 210px;
background-image: url(images/layoutImages/prodListBg.jpg);
float: left;
margin: 10px 0px 0px 5px;
position: relative;
overflow: hidden;
}
 
.homePageProdTitle
{
width: 95%;
height: 40px;
font-size: 12pt;
position: absolute;
LEFT: 5px;
TOP: 5px;
text-decoration: none;
color: blue;
}

.homePageProdImage
{
width: 100%;
height: 100px;
position: absolute;
left: 0px;
top: 50px;
text-align: center;

}

.homePageProdPrice
{
width: 100%;
height: 20px;
color:#df3b49;
font-size: 12pt;
text-align: center;
position: absolute;
LEFT: 0px;
TOP: 160px
}

.homePageProdPriceSpecial
{
width: 100%;
height: 20px;
color:#df3b49;
font-size: 12pt;
text-align: center;
position: absolute;
LEFT: 0px;
TOP: 160px;
color: red;
}

.homePageProdButtons
{
width: 100%;
height: auto;
color:#df3b49;
position: absolute;
LEFT: 10px;
TOP: 180px;
color: #000
}

.homePageProdButtons, a
{
text-decoration: none
}
/*END HOME PAGE PRODUCT LISTING*/


/*START PRODUCT LISTING ON HOMEPAGE*/
.productListContainer
{
width: 197px;
height: 184px;
background-image: url(images/itemListBorder.jpg);
display: block;
margin: 10px 8px 0px 8px;
float: left;
text-align: center
}

.productListInfo
{}

.listResultsContainer
{
width: 100%;
height: auto;
display: inline-block;
margin: 10px 0px 0px 0px;
float: left;
text-align: center
}
/*END PRODUCT LISTING ON HOMEPAGE*/


/*START SUB CATEGORY LISTING ON INDEX*/
.subCatListContainer
{
width: 100%;
height: auto;
display: inline-block;
float: left;
margin: 10px 0px;
}

.subCatListTitleImage
{
width: 120px;
height: auto;
display: inline-block;
float: left;
margin: 0px 10px 0px 0px;
}

.subCatListDescription
{
width: 450px;
height: auto;
float: left;
display: inline-block;
margin: 10px 0px 0px 0px;
}

.subCatViewProdButContainer
{
width: 100%;
height: 50px;
display: inline-block;
text-align: center;
position: absolute;
top: 150px;
left: 0px;
}

.subCatViewProdBut
{
width: 170px;
height: 50px;
display: inline-block;
background-image: url(images/layoutImages/view_cat_prods.jpg);
}
/*END SUB CATEGORY LISTING ON INDEX*/


/* START SHOPPING CART PAGE */
.shopCartItemContainer
{
width: 100%;
height: auto;
display: inline-block;
float: left;
position: relative;
}

.shopCartItemLineContainer
{
width: 100%;
height: 70px;
display: inline-block;
float: left;
position: relative;
border-bottom: solid 2px grey;
margin: 5px 0px 5px 0px;
}

.shopCartImage
{
width: 50px;
height: 50px;
position: absolute;
top: 10px;
left: 40px;
}

.shopCartTitle
{
width: auto;
height: auto;
position: absolute;
top: 5px;
left: 100px;
text-decoration: underline;
color: #00f;
}
.shopCartTitle a
{
text-decoration: underline;
}

.shopCartOptions
{
width: 170px;
height: auto;
text-align: center;
position: absolute;
top: 30px;
right: 10px;
}

.shoppingCartOptions
{
width: auto;
height: auto;
position: absolute;
top: 30px;
left: 100px;
}

.shoppingCartRemove
{
width: 50px;
height: 50px;
float: left;
display: inline-block;
position: absolute;
top: 15px;
left: 0px;
}

.shopCartPrice
{
width: 170px;
height: auto;
text-align: center;
position: absolute;
top: 5px;
right: 30px;
font-weight: bold;
}

.shopCartSubTotalBg
{
width: 355px;
height: 30px;
background-image: url(images/layoutImages/shopCartSubTotalBg.jpg);
margin: 10px 0px;
float: left;
}

.shopCartSubTotalText
{
width: 100%;
height: auto;
display: inline-block;
text-align: center;
color: #fff;
margin: 5px 0px 0px 0px;
}

.shoppingCartButtons
{
width: 100%;
height: auto;
display: inline-block;
float: left;
position: relative;
margin: 10px 0px;
}
/* END SHOPPING CART PAGE */



/* START LONGIN PAGE */
.largeBoxContainer
{
width: 360px;
height: auto;
display: inline-block;
margin:10px 0px 0px 2px;
color: blue;
text-align: center;
float: left
}

.largeBoxTop
{
width: 360px;
height: 10px;
background-image: url(images/largeBoxTop.jpg);
display: block;
margin: 10px 0px 0px 0px;
float: left;
color: #000;
overflow: hidden
}

.largeBoxMain
{
width: 360px;
height: 160px;
background-image: url(images/largeBoxMain.jpg);
display: block;
margin: 0px 0px 0px 0px;
float: left;
color: #000;
text-align: left
}

.largeBoxText
{
width: 350px;
height: auto;
margin: 0px 0px 0px 5px;
font-size: 11pt
}

.largeBoxBase
{
width: 360px;
height: 10px;
background-image: url(images/largeBoxBase.jpg);
display: block;
margin: 0px 0px 0px 0px;
float: left;
color: #000;
overflow: hidden
}
/* END LOGIN PAGE */ 


/*START PRODUCT INFO PAGE */
.originalContainer
{
width: 100%;
height: 40px
position: relative;
display: inline-block;
margin: 10px 0px;
}

.originalText
{
width: auto;
height: auto;
}
.originalText a
{
text-decoration: underline blink;
}

.specialOfferStarInfo
{
width: 100%;
height: 86px;
display: inline-block;
background-repeat: no-repeat;
border: dotted 2px blue;
}

.productInfoText
{
font-weight: normal;
width: 97%;
height: auto;
text-align: left;
margin: 0px 0px 0px 10px;
}

.productInfoControlContainer
{
font-weight: normal;
display: inline-block;
width: 100%;
height: auto;
}

.productInfoImage
{
height: auto;
display: inline-block;
float: left;
padding: 10px;
}

.addToBasket
{
position: absolute;
bottom: 15px;
right: 15px;
margin: 0px;
}

.productInfoControls
{
width: 65%;
height: 131px;
display: inline-block;
float: left;
background-image: url(images/layoutImages/qtyBg.jpg);
position: relative;
top: 5px;
color: #fff;
}

.productInfoQtyControl
{
width: 450px;
height: 170px;
background-image: url(images/qtyControlBg.png);
display: inline-block;
float: left;
color: #fff;
position: absolute;
top: 15px;
left: 15px;
font-size: 11px;
font-family: Verdana,Arial,sans-serif;
}

.addButtons
{
width: 95%;
height: auto;
display: inline-block;
float: left;
margin: 10px 0px 0px 0px;
}

.qtyTitle
{
width: auto;
height: auto;
font-family:Arial;
font-size:14pt;
position: absolute;
top: -13px;
left: 15px;
}

.prodQtyremaining
{
width: 100%;
height: auto;
margin: 10px 0px;
display: inline-block;
text-align: center;
font-size: 16pt;
font-weight: bold
}

.availableSizes
{
width: auto;
height: auto;
display: inline-block;
position: absolute;
top: 15px;
left: 20px;
}

.optionImageContainer
{
margin: 10px 0px 0px 0px;
width: 100px;
height: auto;
display: inline-block;
position: relative;
float: left;
text-align: center;
}

.optionQty
{
width: auto;
height: auto;
display: inline-block;
position: absolute;
top: 50px;
right: 45px;
font-size: 14px;
}
/*END PRODUCT INFO PAGE */



/*START NOW LOGGED IN*/
.loggedInContainer
{
width: 140px;
height: 210px;
display: inline-block;
float: left;
margin: 10px 5px 0px 0px;
position: relative;
background-image: url(images/layoutImages/loggedInContainer.png);
}

.loggedInThanks
{
width: 100%;
height: atuo;
text-align: center;
font-weight: bold;
font-size: 14pt;
margin: 10px 0px;
}

.loggedInTitle
{
width: 100%;
height: auto;
position: absolute;
top: 15px;
text-align: center;
font-weight: bold;
text-decoration: underline;
}

.loggedinImage
{
text-align: center;
position: absolute;
top: 50px;
left: 5px;
border: 0px
}
/*END NOW LOGGED IN*/


/*START LIGHTBOX*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*END LIGHTBOX*/


/*START ARTICLES X SELL*/
.xSellTitle
{
width: 100%;
height: auto;
font-family: Arial Rounded MT Bold;
color:#fff;
font-size: 14pt;
margin: 10px 0px;
text-align: center;
}
/*END ARTICLES X SELL*/

/*#######################################################################################################################################*/



/*** Begin Header Tags SEO ***/
/*
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}*/
/*h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}*/
/*** End Header Tags SEO ***/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: ; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



A {

  text-decoration: none;
}

A:hover {

  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: none;
  margin: 0px 0px 0px 10px;
}

.infoBoxContents {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #00f; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #00f; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #fff; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

p
{}

