/* CCCC66 for header gradient */

* 
{
    margin:0;
    padding:0;
}

body
{
    
    /*font: 100%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
    font: 80% "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;*/
    
	background: #CAC78A url(../images/cardbackground.jpg) ;
    text-align: left;
    min-width: 760px;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: left; 
}


#wrapper
{
    width:720px;
    margin: 0 auto;
    text-align:left ;
    background: #fff url(../images/navfaux.gif) repeat-y left top;
}

#header
{
  height: 100px;
  /*background-color: #D7D493;*/
  padding-top:0px;
  padding-bottom:0px;
  background: #CAC78A url(../images/header.gif) no-repeat left center;
  z-index: 1; 
}
#headerSearch
{
    position:relative;
    top:-5px;
    padding: 0;
    width: 250px;
    height: 35px;
    float:right;
    color:#666;
    font-size: 1em;
}


#headerNav
{
    position:relative;
    top:-5px;
    margin-left:100px;
    padding: 0;
    width: 600px;
    height: 35px;
    font-weight: bold;
    font-size: 1em;
}

#headerNav ul 
{
     list-style: none;
     margin:0;
     border:0;
     border:1px;
}
#headerNav li
{
    display:block;
    margin:0;
    padding:0;
    float:left;
    width:auto;
}
#headerNav a 
{
    color: #666;
    display: inline;
    width: auto;
    text-decoration: none;
    font-size:small;
    background:transparent;
    margin: 0;
    padding: 10px 10px;
    border-right: 1px solid #DDD;
}

#headerNav a:hover, #headerNav a:active { background: #D7D493;color: #000; }


#subHeader
{
    height: 20px;
    padding: 0px;
    vertical-align: middle;
    color: White;
    z-index: 1; 
}
#content
{
    float:right;
    width:540px;
    background-color:#fff;
}

#content h1, #content h2, #content p {
padding-right: 0px;
}
#content h3
{
    text-align:center;
}

.divDescription h1
{
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color:#696969;
	text-align: center; 
	margin:0px;
}

.divDescription p
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #696969;
	text-align: justify;
	text-indent: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding:10px;
}

#mainNav
{
    float:left;
    width:180px;
    padding-top: 0px;
    padding-bottom: 20px;
    list-style: none;
    z-index: 1; 
   
}

#mainNav li {
padding-left: 10px;
padding-right: 10px;
}
#mainNav h2 {
padding-left: 5px;
margin:10px;
}

#footer
{
    clear: both;
    padding: 1px 20px;
    color: White;
    
}
#logo
{
    position:relative;
    top:10px;
    left:10px;
    z-index: 3; 
    width: 71px; 
	height: 74px; 
}
#logo a:hover,#logo a:active,#logo a:link,#logo a:visited 
{text-decoration:none;color:white; background-color:Transparent;}

#logo img 
{
	border:solid 1px transparent;
}
	
#divLog
{
    float:right;
    position:relative;
    top:10px;
    margin-right:100px;
    width:100px;
    color:#cc3366;
}

#ShoppingCart
{
    float:right;
    position:relative;
    top:10px;
    margin-right:50px;
    width:100px;
    color:#cc3366;
    
}
#ShoppingCart a:hover, #ShoppingCart a:active ,#ShoppingCart a
{ 
    color: #cc3366; 
    text-decoration:none;
}
#ShoppingCarts a:hover a:visited 
{
    color:Blue;
    text-decoration:none;
}

#viewClass
{
    position:relative;
    top:-5px;
}

.box 
{
    margin: 0px 0 0 0;
    padding: 5px 0 5px 0;
    background:url(../images/diags.gif);
    position:relative;
    top:0px;
}
h2 {
margin: 0px 0px 0px 0px;
padding: 0px;
font-size: 130%;
color: #A3A06F;
background: #E5E2A9;
}
h3 {
margin: 0px 0px 0px 0px;
padding: 2px;
font-size: 130%;
color: #A3A06F;
background: #E5E2A9;
}
h4 
{
font-size:1em;
text-align:center;
padding: 2px;

color: #666;
background: #fff;
}


/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}


.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:120px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(../images/ticks.gif) ;
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:120px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(../images/ticks.gif) 0px -20px;
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:120px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(../images/ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited{
background-position: inherit -20px;
	color: #333;
	text-decoration:none;
	line-height:150%;
	display:block;
	width:120px;
	border-bottom: 1px solid #EDEAEB;
	background-color: inherit;
	background-image: url(../images/ticks.gif);
	background-repeat: inherit;
	background-attachment: inherit;
}
/* Control */
.CardControlImg
{
    text-align: center;
 
}
.CardControlDesc
{
    text-align: center;
    font-size:1.5em;
    color: #696969;
    font-family: sans-serif;
    font-variant: normal;
}
.DivCardControlImg
{
    text-align:center ;
}
.CardControlDescPrice
{
    /*font-weight: bold;*/
    font-size: 12px;
    /*color:#666;*/
}

.PanelProducts
{
    text-align:left;
}

#pageNav
{
   float:left;
   position:relative;
   margin-left:15px;
   
}

#pageNav a
{
    text-decoration:none;
    padding-right:8px;
    padding-left:8px;
    border-right: 1px solid #DDD;
}
#pageCount
{
    float:right;
    margin-right:10px;
    
}
#contentPage
{
    width:540;
    
    
}
.txtRed
{
    color:#ff0000;
}

#divCartWrapper
{
    text-align:center ;
    font-size:12px;
}
#divCartContinue
{
    height:20px;
    vertical-align:top;
}
#divCartList
{
    font-size:1.2em;
    text-align:right;
}

#divCartCheckOut
{
    position:relative;
    float:right ;
    margin-right:50px;
    /*font-weight:bold;*/
}
.CartDesc
{
    /*width:200px;*/
    text-align:left;
    padding:5px;
}

.cartListStyle
{
    padding:14px;
}
.gvStyle
{
    background-color: #ffffff;
    padding: 4px;
    color: Black;
    border-right: #dedfde 1px solid;
    border-top: #dedfde 1px solid;
    border-left: #dedfde 1px solid;
    border-bottom: #dedfde 1px solid;
    border-collapse:separate ;
}


.gvHeaderStyle
{
    background-color:#cc3366;
    color:White;
     padding-right:10px;
     margin-right:10px;
}
.gvAltStyle
{
    
}
.gvRowStyle
{
    background-color:#F7F7DE;
     margin-right:10px;
}

#divProductImage
{
    
    margin-top:10px;
    padding-right:10px;
    text-align:center;
    position:relative;
}
#divProductInfo
{
    margin-top:10px;
    position:relative;
    text-align:left;
}
#divProductInfo .txtBold
{
    font-weight: bold;
}
#headerSearch .txtCssSearch
{
    width:160px;
}
#divAddToCart
{
    text-align:center;
}
.Price
{
    font-size:1.2em;
    font-weight: bold;
}

#divProductAdd
{
  
    text-align:center;
    width:100%;
 
}

#divAdd
{
  
    text-align:center;
    width:100%;
 
}

#divProductAdd .lblProductAdd
{
    position:relative;
    color: #666;
    padding-bottom:100px;
    height:20px;
}
#divProductAdd .txtProductAdd
{
    
}

#divProductAdd .lbls
{
    float:left;
    width:150px;
    border-style:solid ;
    border-width:thin ;
    padding-right:5px;
    text-align:right;
    margin-left:80px;
    
}

#divProductAdd .lbls .lblProductAdd
{
    line-height:22px;
        
}
#divProductAdd .txts
{
    float:left;
    width:200px;
    border-style:solid ;
    border-width:thin ;
}
#divProductAdd divProductAddWrapper
{
    text-align:center;
}
#divProductAddWrapper
{
    margin-top:100px;
}
#tabProductAdd
{
    margin-top:20px;
    position:inherit;
    padding-top:10px;
    top:50px;
    width:500px;
    border-style: solid;
    border-width: 0px;
    border-collapse:collapse;
   
}


#tabProductAdd .productLabel
{
    width:150px;    
    vertical-align:middle;
    border-right-style: solid;
    border-right-width:0px;
    text-align:right;
}
#tabProductAdd .productLabelDesc
{
    width:150px;    
    vertical-align:top;
    border-right-style: solid;
    border-right-width:0px;
    text-align:right;
    
}

#tabProductAdd .productTextbox
{
    position:relative;
    text-align:left;
    padding-left:5px;

    vertical-align:middle;
    width:350px;  
}
#divProductAdd #divSelectImage
{
    float:left;
    text-align:left;
    width:200px;
    height:300px;
    overflow: auto;

}
#myimages
{
    width:300px;
    height:300px;
    
}
#cardDataList
{
    clear:both;
    text-align:center;
}
#lblDescription
{
    position:relative;
    top:10px;
}
.Error
{
    color:Red;
    font-size:1.2em;
}
#tabProductAdd ValidationSummary
{
     text-align:left;
}
#tabProductAdd .Status
{
    color:#ccc;
    font-size:1.2em;
}

#divCartWrapper .gvStyle .CartDesc
{
    padding-left:4px;
}

#PayPalLogo
{
    clear:both;
}

#content .gvHeaderStyle 
{
    background-color:#cc3366;
    color:White;
     padding-right:10px;
     margin-right:10px;
}
#divCheckOutGridView
{
    text-align:center ;
    width:100%;
}

#divCheckOutGridView #divCheckOutTotal
{
    position:relative;
    float:right ;
    margin-right:100px;
    font-size:1.2em;
    font-weight:bold ;
}
#divCheckOutGridView  .PayIT
{
   
     clear:both ;
     font-size:1.2em ;
     width:150px;
}

#divNotification
{
    text-align:center;
    width:100%;
}
#tabAddressxx
{
    position:relative;
    top:0px;
}
.red
{
    color:Red;
}
.center
{
    text-align:center ;
}


.tabReg
{
    margin-left:50px;
}
td .red
{
   color:Red; 
}

.redtxt_bold
{
	color:Red;
}
.errortable 
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color:#CC0000;
		border: 0px #CC0000 solid;		
		padding-left: 5px;
		padding-right: 5px;		
}

.errorcaption
{
	text-align:left ;
}


/******
ORDER CONFIRMATION
*******/

#divOrderConfirmation
{
	 margin:10px;
	 
}
#divOrderConfirmation h1
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	text-align: left; 
	color:#cc3366;
}
#divOrderConfirmation p
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align:justify; 
	/*color:#696969;*/
	margin:10px;
	/*text-indent:5px;*/
}

.fsize14
{
	font-size: 14px;	
}
.fsize16
{
	font-size: 16px;
}

/******
TABLE GENERAL TEMPLATE
*******/

.tabTemplate
{
	border-collapse:collapse;
}

/******
TABLE GENERAL HEADER TEMPLATE
*******/


.tabTempColLeft
{
	vertical-align:top;
	font-weight:bold;
	width:100px;
}

.tabTempColRight
{
	vertical-align:top;
	font-weight:bold;
	width:200px;
	overflow:visible ;
}


/******
TABLE INVOICE HEADER
*******/

.tabInvoice
{
	width:100%;
	border-collapse:collapse;
}
.rowHeadInvoice
{
	font-size:14px;
	background-color:#cc3366;
	color:White;
}
.rowDataInvoice
{
	background-color:#ffffe0;
}
.colHeadDate
{
	text-align:right;
}
.colBill
{
	vertical-align:top;
	font-weight:bold;
	background-color:#ffffe0;
	width:100px;
}
.colAddress
{
	vertical-align:top;
	background-color:#ffffe0;

}
/******
TABLE INVOICE ITEM
*******/

.tabInvoiceItem
{
	width:100%;
	border:0px;
	border-collapse:collapse;
	border:solid 1px black;
}

.rowHeadItem
{
	font-size:12px;
	background-color:#cc3366;
	color:White;
	text-align:center;
	font-weight:bold;
}

.rowHeadItem td
{
	border-left:solid 1px black;
	padding:2px;
}
.rowDataItem td
{
	border-left:solid 1px black;
	border-bottom:solid 1px black;
	padding:4px;
}
.colDataItemID
{
	text-align:center;
}
.colDataItemQty
{
	text-align:center;
}
.colDataItemPrice
{
	text-align:right;
}
.colDataItemTotal
{
	text-align:right;
}

.txtPrice
{
	color:#800;
	font-weight:bold; 
}

/****
FONTS
*****/
.f18 { font-size: 18px; }
.f16 { font-size: 16px; }
.f14 { font-size: 14px; }
.f13 { font-size: 13px; }
.f12 { font-size: 12px; }
.f11 { font-size: 11px; }
.f10 { font-size: 10px; }
.f9 { font-size: 9px; }


.bold { font-weight: bold; }
.normal { font-weight: normal; }


/****
WIDTH
*****/
.w50 { width: 50px; }
.w75 { width: 75px; }
.w100 { width: 100px;  }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }


/****
HEIGHT
*****/
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h25 { height: 25px; }
.h30 { height: 30px; }
.h35 { height: 35px; }

/***
ALIGN
****/

.fleft { float: left; }
.fright { float: right; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

.vtop{ vertical-align:top}
.vmiddle{ vertical-align:middle}

.divCartItems 
{
	margin:10px;
}

#divproductsreports
{
	padding:5px;
	
}
#divproductsreports table
{
	 width:100%;
	 margin:0px;	
	 
}

#divCartList
{
	margin:10px;
}
#divCartList table
{
	width:100%;
	font-size:12px;
}

#divCartList table tr, #divCartList th 
{
	padding:2px;
	text-align:center;
}

.qtyClass
{
	width:40px;
}
.subTotalClass
{
	width:40px;
}

.productClass
{
	width:40px;
}
	
.priceClass
{
	width:40px;
}
.descHeadClass
{
	width:140px;
}


#imagePop
{
	background-color:White;
	padding:5px;
	border:solid 1px #666;
}

.imagePopHeader
{
	clear:both;
	background-color:Aqua ;
	margin:0px;
	padding:0px;
	text-align:center ;
}

#divReports
{
	margin:10px;
}

#content .ProductDetails 
{
	 padding-left:68px;
	 padding-right:68px;
	 margin-top:10px;
	 color: #696969;
}
#divCenter
{
	margin:10px;
}
#divCenter h1
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	text-align: left; 
	color:#cc3366;
}
#divCenter p
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align:justify; 
	margin:10px;
}

#divCenter a:visited,#divCenter a:link
{color:blue; }

.clearfix
{
	clear:both;
}

