/* Default CSS Stylesheet for a new Web Application project */

BODY.CLASSIC
{
	font-weight: normal;
	font-size: 10px;
	margin: 5px 10px 10px;
	word-spacing: normal;
	text-transform: none;
	color: #696969;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: whitesmoke;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
INPUT
{
	font-size: 11px;
}
	
IFRAME
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;
	height: 100%; 
	width: 100%;
}

SELECT
{
	font-size: 11px;
}		
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	
		
TH
{
	padding-right: 2pt;
	padding-left: 2pt;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2pt;
	word-spacing: normal;
	vertical-align: baseline;
	color: white;
	padding-top: 2pt;
	border-bottom: gray 1pt solid;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ff9900;
	text-align: left;
}	

.TEXTBOX
{
    width: 200px;
}

.TEXTBOXDISABLED
{
    width: 200px;
    background-color: #F5F4EA;
}

TEXTAREA
{
	font-size: 11px;
}

A:link, A:visited
{
    color: #000099;
    text-decoration: none;
}

A:hover
{
    color: orange;
	text-decoration: none;
}

A:active
{
    color: #000099;
    text-decoration: none;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style-type:	disc;
}	

UL LI LI	{	
	list-style-type:	square;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ARROWBTN
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

.BOTTOMBRDR
{
	border-bottom: gray 1pt solid;
}

.BILLANDSHIP
{
	font-size: 11PX;
}

.BILLANDSHIPHEADING
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: black;
}

.BUTTON
{
	border-right: gray 2pt double;
	border-top: gray 2pt double;
	font-weight: bold;
	font-size: 11px;
	text-transform: capitalize;
	border-left: gray 2pt double;
	cursor: pointer;
	color: white;
	margin-left: 8px;
	border-bottom: gray 2pt double;
	background-color: #e48500;
}

.BOLD
{
	font-weight: bold;
}

.CARTLIST
{
    border: solid 1px #BDBDBD;
    width: 100%;
}

.CARTLIST TD
{
    border: solid 1px #BDBDBD;
}

.CARTLISTHEAD TD
{
    background-color: #dddca3;
    border-bottom: solid 1px #BDBDBD;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 15pt;
    padding-left: 5px
}

.CARTLISTITEM
{
    background-color: #ffffff;
    border-bottom: #696969;
    border-left-color:  #696969;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding: 4px;
}

.CARTLISTITEMALT 
{
    background-color: #f2f2f2;
    border-bottom: #696969;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding: 4px;
}

.CARTLISTFOOTER TD
{
    background-color: #dddca3;
    height: 25px;
    border-top: 1px solid #C0C0C0; 
}

.CHECKOUT
{
	padding-left: 100px;
	font-weight: normal;
	font-size: 11px;
	color: #696969;
}

.COLORS
{
}

/*All content on web site*/
.CONTENT
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/*1st half of web page*/
#CONTENT1
{
	font-family: Verdana, Helvetica, sans-serif;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 2px;
	vertical-align: top;
	font-size: 11PX;
	height: 100%;
}

/*2nd half of web page*/
#CONTENT2
{
	font-family: Verdana, Helvetica, sans-serif;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: top;
	font-size: 11PX;
	width: 100%;
}

.CONTENTHEADING
{
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6600;
	text-align: left;
}

/*Web Boxes*/
.CONTENTTABLE
{
	border-right: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	font-size: 11px;
	padding: 0px;
	border-left: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}

.CONTENTTABLEFOOTER
{
    border-top: #C0C0C0 1px solid;
    background-color: #FDFCFB;
}


#COPYRIGHTTABLE
{
	font-size: 9px;
	/* background-image: url(Images/bottomborder1.gif); */
	padding-top: 4px;
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: Verdana, Helvetica, sans-serif;
}

.DETAILBG
{
	background-color: #ffccff;
}

.ERROR
{
	font-weight: bold;
	text-transform: none;
	color: red;
}

.ERRORMSG
{
	text-transform: none;
	color: red;
}

.ERRORMSGBOX
{
    font-size: 12px;
    font-weight: normal;
	border-right: darkred solid;
	padding-right: 8px;
	border-top: darkred solid;
	padding-left: 8px;
	padding-bottom: 5px;
	border-left: darkred solid;
	padding-top: 5px;
	border-bottom: darkred solid;
	text-align: left;
	color: darkred;
	width: 100%;
}

.VALIDATIONMSGBOX
{
	border-right: darkred solid;
	padding-right: 8px;
	border-top: darkred solid;
	padding-left: 8px;
	padding-bottom: 0px;
	border-left: darkred solid;
	padding-top: 5px;
	border-bottom: darkred solid;
	text-align: left;
	color: darkred;
	width: 97.5%;
	font-size: 12px;
	font-weight: normal;
}

.SUCCESSMSGBOX
{
    font-size: 12px;
    font-weight: normal;
	border-right: green solid;
	padding-right: 8px;
	border-top: green solid;
	padding-left: 8px;
	padding-bottom: 5px;
	border-left: green solid;
	padding-top: 5px;
	border-bottom: green solid;
	text-align: left;
	color: green;
	width: 100%;
	margin-bottom: 5px;
}

.REQUIRED
{
    color: darkred;
    font-size: 10px;
    padding-right: 3px;
}

.NOTREQUIRED
{
    padding-right: 10px;
}
	

A.FOOTER:link,
A.FOOTER:visited,
A.FOOTER:active
{
	padding-right: 5px;
	margin-left: 7px;
	color: black;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

A.FOOTER:hover
{
	color: gray;
	text-decoration: none;
}

.FOOTER
{
	padding-right: 5px;
	margin-left: 3px;
	font-size: 8pt;
	padding-bottom: 3px;
	text-transform: capitalize;
	color: gray;
	padding-top: 3px;
}


#FOOTERTABLE
{
	border: #C0C0C0 1px solid;
	padding-bottom: 15px;
	background-color: white; /*#4296ce;*/
}

A.HEADER:link,
A.HEADER:visited
{
	padding: 10px;
	color: black;
	text-decoration: none;
}

A.HEADER:hover
{
	padding: 10px;
	color: gray;
	text-decoration: none;
}

A.HEADER:active
{
	padding: 10px;
	color: black;
	text-decoration: none;
}

.HEADER
{
	padding: 10px;
	font-size: 13px;
	text-transform: uppercase;
	
}

#HEADER
{
	border-right: #C0C0C0 1px solid;
	padding-right: 0px;
	border-top: #C0C0C0 1px solid;
	padding-left: 0px;
	padding-bottom: 6px;
	border-left: #C0C0C0 1px solid;
	padding-top: 4px;
	border-bottom: #C0C0C0 1px solid;
	background-color: silver;
}

A.HEADERON:link, A.HEADERON:visited, A.HEADERON:active, A.HEADERON:hover
{
	color: white;
	background-color: gray;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

.HEADERON
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
	cursor: default;
}

A.HEADERNAV:link,
A.HEADERNAV:visited,
A.HEADERNAV:active
{
	color: blue;
	text-decoration: none;
}	

.HEADERNAV,
A.HEADERNAV:hover
{
	font-size: 12pt;
	color: #696969;
}

.CSSMENU
{
	border: #C0C0C0 1px solid;
	width: 100%;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.HEADERLINKTABLE
{
	border-right: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	padding-left: 6px;
	font-size: 8pt;
	padding-bottom: 6px;
	text-transform: uppercase;
	border-left: #C0C0C0 1px solid;
	width: 100%;
	color: white;
	padding-top: 3px;
	border-bottom: #C0C0C0 1px solid;
	background-color: white;
}

A.HEADERLIST:link,
A.HEADERLIST:visited,
A.HEADERLIST:active
{
	color: black;
	text-decoration: none;
}

A.HEADERLIST:hover
{
	color: gray;
	text-decoration: none;
}

.HEADERLIST
{
	font-size: 10px;
}

A.HEADERLISTON:link,
A.HEADERLISTON:visited,
A.HEADERLISTON:hover,
A.HEADERLISTON:active
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.HEADING
{
	font-weight: bold;
}

.IMGMEDIUM
{
    BORDER: #C0C0C0 1px solid;
    background-color: White; 
	width: 360px;
	height: 270px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;  
	cursor: pointer;
}

.IMGSMALL
{
	width: 173px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	cursor: pointer;
}
.IMGCOLORS
{
	BORDER: #C0C0C0 1px solid; 
	background-color: White;
	width: 80px;
	height: 60px;
	/*
	width: 60px;
	height: 45px;
	*/
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	float: none;  
	cursor: pointer;  
}

.IMGVIEWBTN
{
	border-right: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.JUSTIFY
{
	text-align: justify;
}

.LABEL
{
	padding-bottom: 3px;
	padding-right: 30px;
	font-weight: bold;
	white-space: nowrap;
}

.LINKBUTTON
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	margin: 4pt;
	text-transform: lowercase;
	border-left: gray 1pt solid;
	color: gray;
	border-bottom: gray 1pt solid;
	background-color: whitesmoke;
}

.LISTINGS
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.MAINTABLE
{
	padding-right: 5px;
	padding-left: 5px;
	background-image: none;
	padding-bottom: 2px;
	margin: 5px;
	padding-top: 2px;
	background-color: white;
}

.MASTERBRDR
{
	border-left: gray 1px solid;
	border-right: gray 1px solid;
}

.MASTERTABLE
{
	font-size: 11px;
	background-color: transparent;
}

.MESSAGE
{

}

.NAVIGATION
{
	font-size: 11px;
}

.PRICE
{
    font-size: 15pt;
    font-weight: bold;
    color: #990000;
    letter-spacing: -2px;
    font-family: Arial;
    vertical-align: middle;
}
.PRICESTYLE
{
    font-size: 11pt;
    font-weight: bold;
    color: #990000;
    letter-spacing: -1px;
    font-family: Arial;
    vertical-align: super;
}

.PRIVACY
{
	font-size: 8pt;
	text-align: justify;
}

.PRODUCTCOLORS
{
	padding: 5px;
	width:100%; 
	border-bottom: #C0C0C0 1px solid; 
	border-right: #C0C0C0 1px solid; 
	border-left: #C0C0C0 1px solid;
}

A.LEFTNAV:link, A.LEFTNAV:visited
{
	color: darkblue;
	text-decoration: none;

}

A.LEFTNAV:hover
{
	font-weight: normal;
	text-decoration: none;
}

A.LEFTNAV:active
{
	color: darkblue;
	text-decoration: none;

}

.LEFTNAV
{
	padding-left: 1px;
	font-size: 8pt;
	padding-bottom: 1px;
	color: #527d94;
	padding-top: 1px;
	text-decoration: none;
}


#LEFTNAV
{
    color: #527d94;
    background-color: #efebde;
}

.PRODUCTIMG 	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*cursor:url(images/zoomin.cur),pointer !important;*/
}

.PRODUCTDESC
{
	font-size: 11PX;
}

.PRODUCTPRICE
{
	font-size: 11px;
	color: #9D0000;
	font-weight: bold;
}

A.PRODUCTNAME:link, A.PRODUCTNAME:visited, A.PRODUCTNAME:active, A.PRODUCTNAME:hover
{
	font-weight: bold;
	text-transform: uppercase;
	color: blue;
	text-decoration: none;
	font-size: 11px;
}


.PRODUCTNAME
{
	color: blue;
	font-size: 11px;
	font-family: Arial, Verdana;
}

#PRODUCTNAME
{
	font-size: 13pt;
	text-transform: uppercase;
	color: darkblue;
	font-family: Verdana;
}

.RIGHTSHADOW
{
	background-image: url(Images/rightborder1.gif);
	width: 16px;
	background-repeat: repeat-y;
}

#SEARCHROW
{
	height: 30px;
	padding-left: 5px;
	background-color: #dee7ef;
	margin-top: 2px;
}

.SALE
{
	color: #cc0000;
	font-weight: bold;
	text-transform: uppercase;
}

.STRIKE
{
	text-decoration: line-through;
}

.ULSPACING
{
	font-size: 10px;
	line-height: 15px;
}

#BUTTONROW
{
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: right;
}

#LOGO
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	background-color: transparent;
	cursor: pointer;
}

#CONTENTTABLE
{
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	width: 100%;
	height: 420px;
	background-color: white;
}

#DYNAMICTABLE
{
    width: 100%;
    height: 100%;
    padding: 0px;
}

#MASTERTABLE
{
	font-size: 11px;
	border: none;
	width: 960px; /*780px standard*/
	background-color: transparent;
}

#MASTERTABLEDIV
{
	text-align: center;
}

#MASTERTABLEDIV TABLE
{
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}

#MYCARTLIST
{
	border-right: gray 1pt solid;
	border-top: gray 1pt solid;
	font-size: 11px;
	text-transform: uppercase;
	border-left: gray 1pt solid;
	border-bottom: gray 1pt solid;
	padding: 4px;
	font-family: Verdana;
}

#TITLE
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	padding-top: 2px;
	height: 20px;
	text-align: left;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    float: left;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header
{
    background-position: bottom;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/tab-line.png) repeat-x bottom;
    font-size: 12px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    /* background:url(images/tab.png) no-repeat left top; */
    border: solid 1px #d7d7d7;
    /* border-color:#222; */
    color:#222;
    padding-left:10px;
    margin-right:-1px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    /* background:url(images/tab.png) no-repeat right top; */
   
    /* border-color:#666; */
    color:#666;
    padding:5px 10px 4px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    /* background:url(images/tab.png) no-repeat 0pt -40px; */
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    /* background:url(images/tab.png) no-repeat right -40px; */
    color:#000000;
    border-color:#333;
}
.ajax__tab_technorati-theme .ajax__tab_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalImage
{
    border: 7px solid #333333;
}

.modalPopup {	
    BACKGROUND: url(images/dialog25.png) no-repeat left top;
    MARGIN: 0px auto;	
    WIDTH: 600px;
    height: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.modalPopup .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;		
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 560px;
    height: 255px;	
    PADDING-TOP: 0px;
} 

.modalPopup .base {	
    BORDER-TOP: #ddd 1px solid;		
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
  
}

.modalPopup H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: left;
} 

.modalPopup input {	
    WIDTH:50px;
}     

.close {	
    DISPLAY: block;	
    BACKGROUND: url(images/close24.png) no-repeat 0px 0px;	
    LEFT: -5px;	
    WIDTH: 26px;	
    TEXT-INDENT: -1000em;	
    POSITION: absolute;	
    TOP: -7px;	
    HEIGHT: 26px;	
}   

.dialogPopup {	
    BACKGROUND: url(images/dialog24.png) no-repeat left top;	
    MARGIN: 0px auto;	
    WIDTH: 330px;	
    PADDING-TOP: 14px;	
    POSITION: relative;
}

.dialogPopup .inner {	
    PADDING-RIGHT: 20px;	
    PADDING-LEFT: 20px;	
    PADDING-BOTTOM: 11px;	
    BACKGROUND: url(images/dialog24.png) no-repeat left bottom;	
    FLOAT: left;	
    MARGIN: 0px 0px -20px 0px;	
    WIDTH: 290px;	
    PADDING-TOP: 0px;
} 

.dialogPopup .base {	
    BORDER-TOP: #ddd 1px solid;	
    BACKGROUND: url(images/dialog-base.png) no-repeat left bottom;	
    PADDING-BOTTOM: 4px;	
    MARGIN-LEFT: -11px;	
    MARGIN-RIGHT: -11px;	
    PADDING-TOP: 4px;	
    TEXT-ALIGN: center;
}

.dialogPopup H2 {	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 1.25em;	
    COLOR: #f60;
    TEXT-ALIGN: center;
} 

.dialogPopup input {	
    WIDTH:50px;
}


/*All Standard Table Menus*/
.BoxMenu
{
    border-top: 1px solid #C0C0C0;
    background-color: #F7F7F7;
    width: 200px;
    text-align: left;
}

.BoxMenu td
{
    border-bottom: 1px dotted #C0C0C0;
    background-color: #F7F7F7;
    text-align: left;
    font-size: 11px;
    cursor: pointer;
}

/*All Standard Tables*/

.BOXCONTENT
{
     width: 100%;
     height: auto;
     border: solid 1px #BDBDBD; 
     border-spacing: 0px;
     border-collapse: collapse;
}

.BOXCONTENT th
{
    color: #000066;
    background: url(images/gridview_bg.gif);
    background-position: right 50%;
    border-bottom: solid 1px #BDBDBD;
    font-size: 12px;
    padding: 8px 5px 8px 5px;
}

.BOXCONTENT td
{
    font-size: 11px;
    padding: 4px;
    margin: 0px;
}

.BOXCONTENTFOOTER
{
    border-top: #C0C0C0 1px solid;
    background-color: #FDFCFB;
    height: 20px;
}

.BOXCONTENTTEXTBOX
{
    width: 225px;
    font-size: 12px;
}

/*GRIDVIEW */
.Grid
{
    border: solid 1px #BDBDBD;
    width: 100%;
}
.Grid th
{
    color: #000066;
    background: url(images/gridview_bg.gif);
    background-position: right 50%;
    border: solid 1px #BDBDBD;
    font-size: 11px;
    padding: 8px;
}
.Grid td
{
border: solid 1px #BDBDBD;
margin: 3px;
padding: 6px;

}
.Grid a:link, a:visited, a:active
{
    color: #000066;
}
.Grid a:hover
{
    color: orange;
    text-decoration: none;
}
.GridHeader
{ 
font-weight: bold;
font-size: 11px;
background: url(images/gridview_bg.gif);
}

.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: #F7F7F7;
}
.invisable
{
    width:0px; 
    display:none;
}

A.TreeView:link, A.TreeView:visited, A.TreeView:active, A.TreeView:hover
{
    color: #666666;
    text-decoration: none;
    font-size: 12px;
}

.CHECKOUTSTEPS
{
   padding-top: 5px; 
   padding-bottom: 5px; 
   letter-spacing: 12px; 
   width: 100%; 
   padding-left: 100px;
}

.twitter-share-button {border:none!important;} 


