/* Styles for validation helpers
-----------------------------------------------------------*/
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	width: 100%;
	margin: 0;
	padding: 0;
	border:none;
	vertical-align:top;
}

.fieldsetPadding
{
	vertical-align:top;
}

legend 
{
	text-align:left;
    font-size: 13px;
    font-weight: bold;
    color: #7A99C7;
    padding: 3px 0px 3px 4px; 
    background-color: #2F4666;
    vertical-align:middle;
    width:100%;
    
}

legend img
{
	vertical-align:middle;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #CC0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #CC0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #CC0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 5px 0 0 0;
    font-weight:bold;
    text-align:left;
    font-size:11px;
}

.editor-label-nobold
{
    font-weight:normal;
    font-size:11px;
    font-family:Verdana;
}

.editor-label-section
{
	width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 0 5px 5px;
    font-weight:bold;
    text-align:left;
    color:#fff;
    background:#c84153;
}

.display-field,
.editor-field
{
    margin: 5px 0 15px 0;
    text-align:left;
}


input[type=radio]
{
	width:18px !important;
	height:18px !important;
	vertical-align:middle;
	color:#c84153;
}

input[type=text]
{
    height:18px !important;   
    border: 1px solid #2F4666;
    line-height:18px; 
}

select 
{
    height: 20px !important;
    border: 1px solid #2F4666;
    line-height:20px; 
    padding-left:2px;
    padding-top:2px;
}

option 
{
    height: 18px !important;
    line-height:18px; 
    vertical-align:middle;
    padding-top:4px;
    padding-left:2px;
}

.editor-field textarea
{
	width:250px;
	vertical-align:middle;
	border: 1px solid #2F4666;
	line-height: 11px; 
}

.styled-select select {
   background: transparent;
   width: 222px;
   padding: 2px;
   border: 1px solid #ccc;
   height: 20px;
   font-size: 12px;
   border: 1px ridge #2F4666;
   color:#5E7CA2;
}

.styled-select {
   width: 200px;
   height: 20px;
   overflow: hidden;
   background: url('../images/newMenu/ddl_arrow.png') no-repeat right;
}

.styled-select-long select {
   background: transparent;
   width: 502px;
   border: 1px solid #ccc;
   height: 20px;
   font-size: 12px;
   border: 1px ridge #2F4666;
   color:#5E7CA2;
}
.styled-select-long option 
{
    padding-left:4px;
}

.styled-select-long {
   width: 484px;
   height: 20px;
   overflow: hidden;
   background: url('../images/newMenu/ddl_arrow.png') no-repeat right;
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button 
{
    font-size:12px;
}

.editor-button
{
	margin: 4px 0 4px 0;
}

.editor-button-right
{
	margin: 0;
	position:relative;
	float:right;
	right:0px;
}

.text-box
{
	width:100%;
    min-width: 50em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/**********************************************/
/* CUSTOM STYLES */
/**********************************************/

.bold
{
	font-weight:bold;
}

.normal
{
	font-weight:normal;
}

.hidden
{
    display: none;
}

.inline
{
	display:inline;
}

.inlineBlock
{
	display:inline-block;
}

.block
{
	display:block;
}

.ellipsis 
{   
    white-space: nowrap;   
    overflow: hidden;   
    text-overflow: ellipsis;   
    -o-text-overflow: ellipsis;   
    -ms-text-overflow: ellipsis;
     display:block;
}

.fullWidthHeight 
{
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

.fullHeight 
{          
	height: 100% !important;
	min-height: 100%;
}        

.fullWidth
{          
	width: 100% !important;
	min-width: 100%;
}  



.f
{
	position:relative;
	float:right;
}

.tCenter
{
	text-align:center;
	vertical-align:middle;
}

.tLeft
{
	text-align:left;
	vertical-align:middle;
}

.tRight
{
	text-align:right;
	vertical-align:middle;
}

.handCursor
{
	cursor:pointer;
}

.clear
{
    clear: both;
}

.error
{
    color: #CC0000
}

.textColor1
{
	color:#c84153;
}

.text1x
{
	font-size: 1em;	
}

.text1p2x
{
	font-size:1.2em;
}

.text2x
{
	font-size: 1.5em;	
}

.disabled
{
	color: #666;
}

.line-through
{
	text-decoration: line-through;
}

.vTop
{
	vertical-align:top;
}

.vBottom
{
	vertical-align:bottom;
}

.vMiddle
{
	vertical-align:middle;
}

.padding4
{         
	padding: 4px !important;      
}  

.margin4
{         
	margin: 6px !important;      
}  

.margin6
{         
	margin: 6px !important;      
}  

.padding10
{         
	padding: 10px !important;
}  

.padding4Top
{         
	padding-top: 4px !important;      
} 

.proFilterByHeading
{
	cursor: pointer;
	padding-left:15px;
	font-weight:bold;
	font-size:13px;	
	z-index:100;
}

.proFilterByContent 
{
}

#proFilterByPriceLabel
{
	border:0; 
	color:#c84153; 
	font-weight:bold;
	margin-top:10px;
}

#proFilterList ul
{
	width:180px;
	padding: 0;
	margin: 0;
}

#proFilterList ul li
{
	background-position: left center;
	width: 100%;
	background-image: url('../images/buttonclear.png');
	background-repeat: no-repeat;
	padding: 5px 0px 2px 25px;
	line-height: 18px;
	border-bottom: 1px solid #e0dede;
	cursor:pointer;
}

.moreLink
{
	cursor:pointer;
	text-align:right;
	text-decoration:underline;
}

.bgBox
{
	background-color: #efefef;
}

/**********************************************/
/* PHOTOS */
/**********************************************/

.avatarPreview
{
	border: 2px solid #CCC;
	width:120px;
	height:120px;
}

.avatarPreviewSelected
{
	border: 2px solid #AADD00;
	width:120px;
	height:120px;
}

.productHomePageThumb
{
	width:120px;
	height:80px;
}

.productCrossSellThumb
{
	width:120px;
	height:80px;
}

.productRelatedThumb
{
	width:120px;
	height:80px;
}

.productListThumb
{
	width:320px;
	height:180px;
}

.productDetailSmallThumb
{
	width:56px;
	height:37px;
}

.productDetailThumb
{
	border:0;
	width:360px;
	height:240px;
}

.helpThumb1
{
	width:160px;
	height:120px;
}

.helpThumb2
{
	width:80px;
	height:60px;
}

.helpItem{
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    width: 167px;
    background-color: #DAE3F0;
}

.helplist 
{
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.helpImage{
text-align:center;	
}

/**********************************************/
/* CUSTOM STYLES */
/**********************************************/

div#settings
{
	position:relative;
	float:right;
	right:0px;
	z-index: 10;
}

#detailNavigation ul li
{
	display: inline;
	vertical-align:top;
	line-height:20px;
}

.productAttributeLabel1
{
	width:100px;
	padding:4px;
	float:left;
	line-height:28px;
}

.productAttributeLabel2
{
	padding:4px;
	float:left;
	line-height:28px;
}



/**********************************************/
/* ROUNDED BOX */
/**********************************************/

.boxCenter
{
	background-color:#fff;
	padding:10px;
}

.boxTopLeft
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/tl.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/tl.png') no-repeat 0 0;
}

.boxTopRight
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/tr.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/tr.png') no-repeat 0 0;
}

.boxBottomLeft
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/bl.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/bl.png') no-repeat 0 0;
}

.boxBottomRight
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/br.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/br.png') no-repeat 0 0;
}

.boxTop
{
	height:10px;
	background-image: url('../images/bg/t.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/t.png') repeat-x 0 0;
}

.boxLeft
{
	width:10px;
	background-image: url('../images/bg/l.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/l.png') repeat-y 0 0;
}

.boxBottom
{
	height:10px;
	background-image: url('../images/bg/b.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/b.png') repeat-x 0 0;
}

.boxRight
{
	width:10px;
	background-image: url('../images/bg/r.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/r.png') repeat-y 0 0;
}


/* DESIGN MAIN STYLES
----------------------------------------------------------*/
* {
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-align:left;

vertical-align:baseline;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
div {
	font:500 10px/14px Verdana, Geneva, sans-serif;
	color:#4c4c4c;
position:relative;
}

hr
{
	border:0;
	border-top: 1px solid #ccc;
	height:1px;
}

strong {
font-weight:bold;
}
.bold {
font-weight:bold;
}
.nobold {
font-weight:normal;
}
em {
font-style:italic;
}
.clear p{
	
padding-bottom:10px;	
}

.right {
text-align:right;
}
.center {
text-align:center;
}
html, body
{
	background: #ffffff;
	color: #5b5957;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	height: 100%;
}

body
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background: url('../images/logo.png') no-repeat 0 center center; 
}

a, a:active, a:visited {
color:#c84153;

text-decoration:none;
}
a:hover {
text-decoration:none;
color:#7A99C7;
}

a.productname, a.greylink
{
	color: #666666; /*#908b88;*/
	font-size: 11px;
	font-weight: normal;
}
a.productname:hover, a.greylink:hover{
    color:#2F4666;
}

.price
{
	clear:both;
	color:#c84153;	
	display:block;
	font-size:16px;
	margin-top:6px;
	margin-bottom:6px;
}

.price2
{
	clear:both;
	color:#c84153;	
	margin-top:8px;
	margin-bottom:8px;
	display:inline-block;
	font-size:16px;
}

.reduced
{
	display:inline;
	font-size:12px;
	text-decoration:line-through;	
}
.floatLeft{
float:left;	
	
}
.floatRight{
float:right;	
	
}

p {
display:block;
margin:10px 0;
}
.border {
    border:1px solid #5E7CA2;
}
.darkBorder 
{
    border:1px solid #002B72;
}
.borderbottom {
border-bottom:1px solid #e0dede;
}

.bordertop {
border-top:1px solid #e0dede;
}
.borderleft {
border-left:1px solid #e0dede;
}

.borderright {
border-right:1px solid #e0dede;
}

.paddingleft{
	
padding-left:10px;
	
	
}

marginbottom{
	
margin-bottom:10px;	
}
.paddingright{
	
padding-right:15px;
	
	
}
.small {
font-size:10px;
}

#topbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;

height:120px;
width:100%;
}

#mainbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF;
position:relative;
min-height:200px;
width:100%;
}



#mainbar div.mainleft {
display:inline;
float:left;
padding:0px;
width:240px;

}
.filtercontainer {
width:240px;
clear:both;
position:relative;
margin:0px;
padding:0px;
}

#mainbar div.mainrighthome {
display:inline;
float:right;
margin:0px;
padding-top:10px;
padding-left:0px;
width:992px;
height:1%;
overflow:hidden;
position:relative;
}
#mainbar div.mainrighthome div.titlebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA url(/images/frame/titlebarbg.gif) repeat scroll 0 0;
font-size:16px;
font-weight:bold;
height:40px;
line-height:40px;
margin-bottom:15px;
padding:0 15px;
width:890px;
}
#mainbar div.mainrighthome div.titlebar div.link {
font-size:13px;
height:40px;
line-height:40px;
position:absolute;
right:15px;
top:0;
}
#mainbar div.mainrighthome div.titlebar div.link a {
color:#FFFFFF;
}
#mainbar div.mainrighthome div.pagebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;

height:30px;
line-height:30px;
padding:0 15px;
text-align:right;
width:683px;
}
#mainbar div.mainrighthome div.prodholder {
display:inline;
float:left;
height:190px;
margin:0 5px 15px 6px;
overflow:hidden;
width:120px;
}
#mainbar div.mainrighthome div.prodholder a.thumb {
border:1px solid #999999;
display:table-cell;
height:118px;
text-align:center;
vertical-align:middle;
width:118px;
}
#mainbar div.mainrighthome div.prodholder a.thumb div.tagnew {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-new.png) repeat scroll 0 0;
height:57px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainrighthome div.prodholder a.thumb div.tagcheaper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-cheaper.png) repeat scroll 0 0;
height:76px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainrighthome div.prodholder a.thumb:hover {
border:1px solid #009ACC;
}
#mainbar div.mainrighthome div.prodholder a.thumb img {
font-size:10px;
font-weight:normal;
max-height:110px;
max-width:110px;
}
#mainbar div.mainrighthome div.prodholder div.desc {
width:100%;
}
#mainbar div.mainrighthome div.prodholder div.desc p {
font-size:10px;
margin:3px 0;
text-align:center;
}
#mainbar div.mainright {
display:inline;
float:left;
margin-left:1px;
padding-top:10px;
width:685px;
}
#mainbar div.mainright div.titlebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA url(/images/frame/titlebarbg.gif) repeat scroll 0 0;
font-size:16px;
font-weight:bold;
height:40px;
line-height:40px;
margin-bottom:15px;
padding:0 15px;
width:685px;
}
#mainbar div.mainright div.titlebar div.link {
font-size:13px;
height:40px;
line-height:40px;
position:absolute;
right:15px;
top:0;
}
#mainbar div.mainright div.titlebar div.link a {
color:#FFFFFF;
}
#mainbar div.mainright div.pagebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;

height:30px;
line-height:30px;
padding:0 15px;
text-align:right;
width:683px;
}
#mainbar div.mainright div.prodholder {
display:inline;
float:left;
height:190px;
margin:0 10px 15px 11px;
overflow:hidden;
width:120px;
}
#mainbar div.mainright div.prodholder a.thumb {
border:1px solid #999999;
display:table-cell;
height:118px;
text-align:center;
vertical-align:middle;
width:118px;
}
#mainbar div.mainright div.prodholder a.thumb div.tagnew {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-new.png) repeat scroll 0 0;
height:57px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainright div.prodholder a.thumb div.tagcheaper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-cheaper.png) repeat scroll 0 0;
height:76px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainright div.prodholder a.thumb:hover {
border:1px solid #009ACC;
}
#mainbar div.mainright div.prodholder a.thumb img {
font-size:10px;
font-weight:normal;
max-height:110px;
max-width:110px;
}
#mainbar div.mainright div.prodholder div.desc {
width:100%;
}
#mainbar div.mainright div.prodholder div.desc p {
font-size:10px;
margin:3px 0;
text-align:center;
}
#mainbar div.mainright div.productdetail {
min-height:100px;
}
#mainbar div.mainright div.productdetail div.thumbnail {
display:inline;
float:left;
height:170px;
width:170px;
}
#mainbar div.mainright div.productdetail div.thumbnail div.img {
border:1px solid #666666;
display:table-cell;
height:169px;
text-align:center;
vertical-align:middle;
width:169px;
}
#mainbar div.mainright div.productdetail div.thumbnail div.img img {
max-height:169px;
max-width:169px;
}
#mainbar div.mainright div.productdetail div.details {
display:inline;
float:right;
min-height:170px;
width:520px;
}
#mainbar div.mainright div.productdetail h1 {
font-size:18px;
font-weight:bold;
}
#mainbar div.mainright div.productdetail h1 img {
vertical-align:middle;
}
#mainbar div.mainright div.productdetail div.buy {
font-size:16px;
height:35px;
line-height:35px;
margin-top:10px;
}
#mainbar div.mainright div.productdetail div.specs {
margin-top:15px;
}
#mainbar div.mainright div.productdetail div.specs p {
margin:3px 0;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn {
float:left;
height:35px;
width:100px;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#32CCFE none repeat scroll 0 0;
border:1px solid black;
color:white;
display:block;
height:33px;
line-height:33px;
text-align:center;
width:98px;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#86E1FF none repeat scroll 0 0;
text-decoration:none;
}
#mainbar div.mainright div.productdetail div.buy div.buytext {
display:inline;
float:left;
height:35px;
line-height:35px;
margin-left:10px;
width:400px;
}
#mainbar div.mainright div.productdetail div.description {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
margin-top:15px;
padding:15px;
width:685px;
}
#mainbar div.mainright div.productdetail div.reviews {
border-left:5px solid #CCCCCC;
color:#666666;
font-size:11px;
margin:15px 0 15px 15px;
padding:10px;
width:665px;
}

.creditcards{clear:both;
	border-top:2px solid #ebeeee;
	padding:10px;
	margin-bottom:7px;
	text-align:center;
	border-bottom:2px solid #ebeeee;
	
}
#footerbar {
margin-top:10px;	
}
#footerbar p {
margin:0;

text-align:center;
}
#footerbar p a {
color:#c94355;
font-size:10px;
font-weight:500;
margin:0;
text-align:center;
}
#footerbar ul.social{
margin-top:5px;	
	float:left;
	width:250px;
}
#footerbar ul.menu {
float:left;

width:140px;

}
#footerbar ul.menu li {

position:relative;

}
#footerbar ul.social li a.social img{
	
float:left;
margin-right:10px;	
}
#footerbar ul.social li{
clear:both;	
	margin-bottom:10px;
}
#footerbar ul.social li a{

}
#footerbar ul.menu li a{
display:block;
margin-bottom:7px;	
}
#footerbar ul.social li a.social{
	color:#353230;
	text-indent:20px;
	line-height:24px;
	margin-top:10px;
}

#topmenubar{
	height:34px;
	width:100%;
}
#topmenubar ul.menu{
	position:relative;
	height:19px;
}


#topmenubar ul.menu li{
	display:inline;
	float:left;	
	color:#c94355;
}
#topmenubar ul.menu li a{

color:#c94355;
display:block;
float:left;
padding-left:10px;
padding-right:10px;
font:500 10px/10px Verdana;
padding-top:15px;
}
#topmenubar ul.menu li a:hover{
color:#a31327;
text-decoration:none;
}



#footerbar ul.menu li a {

color:#353230;
font-size:10px;
font-weight:500;

}

#footerbar ul.menu li a:hover{
	color:#c94355;
	
}
#footerbar ul.menu li a.first {
border-left:medium none;
}

.bannerslideshow{


}
.bannerholder{
	position:relative;
overflow:hidden;	
width:751px;
height:242px;
position:relative;

}


div.homebannerfull {
height:102px;
margin-bottom:15px;
width:918px;
}


.gradientbox
{
	background: url(../images/boxbottomgradient.png) repeat-x 0 bottom;
}

.formbox{
	background:#ffffff;
	border:none;
	width:153px;
	height:19px;
	display:block;
	text-indent:5px;
	border:solid 1px #002B72;
	font-size:10px;
	font:500 10px/21px Verdana; 
	color:#333;
	margin-left:2px;
	margin-top:1px;
}

.newsletterformbox{

	background:#ffffff url(../images/homepage/text_typeemail.png) 0 0  no-repeat;
	
}



.pinkbox{
background:#e8e6e6;
height:149px;
display:inline;
	
	width:494px;
	float:left;

	
}
.quotesopen{
	position:absolute;
	left:0px;
	top:35px;
	
	
}
.quotesclose{
	position:absolute;
	right:50px;
	bottom:0px;
	
	
}

.quotation{margin-top:15px;
text-align:center;
position:relative;
overflow:hidden;
margin-left:15px;
width:180px;	
	
}

margintop{
	
margin-top:10px;	
}

.blueboxreview div.content{
margin:15px;	

}
.gradientbox div.content{
margin:15px;	

}
.margin{
	
	margin:2px;
}
.marginright{
	
margin-right:10px;	
}
.marginleft{
	
margin-left:10px;	
}


.margintop{
	margin-top:15px;
}


#topboxes div.box{
height:56px;
width:225px;	
	
}

.rightwidth{
	height:118px;
	width:234px;	
	margin-left:2px;
	margin-top:2px;
}
.productrightwidth{
	width:180px;	
	margin-left:2px;
	margin-top:2px;
}
.productfilter{
	width:100%;	
	margin-right:2px;
	margin-top:2px;
	
}

.productfilter div.content{
/*height:148px;*/
}

.rightwidthbottom{
	height:190px;
width:234px;	
	margin-left:2px;
	margin-top:2px;
}
.mainwidth{
	width:100%;
	position:relative;
	min-height:190px;
	vertical-align:top;
	height:100%;
}

.pinklabel{
position:absolute;
top:-1px;
left:-1px;	
}
.smallmarginright{
margin-right:2px;	
	
}

.smallmargintop{
	
    margin-top:2px;	
	background-color:#FFFFFF;
}


.button, a.button{
	background:#ffffff url(../images/buttonbg.png) 0 0  no-repeat;
	display:block;
	width:74px;
	height:26px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	border:none;
	line-height:25px;
	font-size:10px;
	padding:0;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.largebutton, a.largebutton{
	background:#ffffff url(../images/buttonbglarge.png) 0 0  no-repeat;
	display:block;
	width:160px;
	height:31px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	border:none;
	line-height:29px;
	font-size:10px;
	padding:0;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.defaultButton, a.defaultButton{
	display:block;
	height:26px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	border:none;
	line-height:25px;
	font-size:11px;
	padding:0 4px 0 4px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #516685;
	border-radius:4px 4px 4px 4px;
	vertical-align:middle;
}

.reviewboxes div.content{
width:280px;	
	height:120px;
}
.home div.productlist {
margin-top:20px;
margin-left:0px;	
}
.productdetails div.productlist{
	margin:10px 0 10px 10px;	
}
.productdetails div.productlist div.product{
	width:115px;
	margin-left:15px;
	margin-right:15px;
}

.home div.productlist div.product span.price, .offers div.product span.price{
	
margin-top:10px;
margin-bottom:4px;	
}
.offers div.product{
margin-top:15px;	
	
}
.productimage{
    text-align:center;	
    width: 320px;
    height:180px;
    vertical-align:middle;
    border:1px solid #304767;
}

.productimage a img
{
	/*border: 1px solid #fff;*/
}


.productimage a:hover img
{
	/*border: 1px solid #c84153;*/
}

.quotationbox{
	
position:relative;	
}

.grey{
	
color:#908b88;	
	
}

.copyright{
margin-top:7px;	
	
}


.homebanner div#nav a{display:block; width:14px; height:14px; background: url(../images/circle.png) 0 0 no-repeat; margin-left:6px; text-indent:-9999px; float:left;}
.homebanner div#nav a.activeSlide { background: url(../images/circle_selected.png) 0 0 no-repeat; }
.homebanner div#nav a:focus { outline: none; }
#output { }

.homebanner div#nav{
	z-index:4300;
	position:absolute;
	bottom:25px;
	right:25px;
}


.accent{
	background: url(../images/productdetails/icosale.png) 0 0 no-repeat;
	width:57px;
	height:58px;
	text-align:center;
	line-height:58px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	color:#c84153;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.productfilter div.content{
	padding: 0 15px 15px 15px;	
}



#secondnav div.content h4,
.productfilter h4,
h4
{
	font-weight:bold;
	font-size:13px;	
}



#secondnav ul li{
	
	display:inline;
	
	
}
#secondnav ul li a{padding-top:11px;
	border-right:solid 1px #e6e1ea;
	height:34px;
	line-height:34px;
	float:left;
	padding-left:14px;
	padding-right:14px;
	display:block;
	
	
}

#secondnav ul.navigation li a{
	border-right:none;
	margin-top:-8px;
	height:15px;
	line-height:15px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	display:block;
		
	
}

#secondnav ul.navigation li a.selected{
color:#000000;
font-weight:bold;	
	
}
#secondnav ul li a.last{
	
	border-right:none;
}


.productpage div.productlist{
position:relative;
clear:both;	
padding-bottom:10px;
	overflow:hidden;
}

/* Product Details Page */

.breadcrumbs ul li a{
	float:left;
	margin-right:5px;
}

.productmain h2{
	
	font-size:12px;
	color:#4b4947;
}

.ico{
float:left;
margin-right:5px;	
	
}

.addToBagButton,
.addToBagButton:link,
.addToBagButton:active,
.addToBagButton:visited
{
	border:0;
	cursor:pointer;
	width:115px;
	height:39px;
	display:block;
	line-height:39px;
	color:#ffffff;
	text-indent:20px;
	font-size:12px;
	background: url(../images/buttonaddtobag.png) 0 0 no-repeat;
}

.addToBagButtonMedium,
.addToBagButtonMedium:link,
.addToBagButtonMedium:active,
.addToBagButtonMedium:visited
{
	border:0;
	cursor:pointer;
	width:249px;
	height:43px;
	display:block;
	line-height:43px;
	color:#ffffff;
	text-indent:20px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	background: url(../images/buttonaddtobagmedium.png) 0 0 no-repeat;
}

.addToBagButtonLarge,
.addToBagButtonLarge:link,
.addToBagButtonLarge:active,
.addToBagButtonLarge:visited
{
	border:0;
	cursor:pointer;
	width:314px;
	height:43px;
	display:block;
	line-height:43px;
	color:#ffffff;
	text-indent:20px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/buttonaddtobaglarge.png) 0 0 no-repeat;
}

.moveToBagButton,
.moveToBagButton:link,
.moveToBagButton:active,
.moveToBagButton:visited
{
	border:0;
	cursor:pointer;
	width:190px;
	height:32px;
	display:block;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	background: url(../images/buttonMoveToBag.png) 0 0 no-repeat;
}

.addToBagButton:hover,
.addToBagButtonMedium:hover,
.addToBagButtonLarge:hover,
.moveToBagButton:hover {
	color:#f897a4;	
}

.productmain div.price{
font-size:18px;
color:#c63a4d;	
	
}


.tabheader
{
	height: 36px;
	background: url(../images/productdetails/tabbg.png) 0 0 repeat-x;
}

.tabheader ul li
{
	display: inline;
	background: url(../images/productdetails/tabseparator.png) 100% 0 no-repeat;
}

.tabheader ul li a
{
	cursor:pointer;
	float: left;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}
.tabheader ul li a:hover, .tabheader ul li.active a, .tablerow
{
	background: url(../images/productdetails/tabbgselected.png) 0 0 repeat-x;
}

	
	
.productrightwidth h4{
margin-left:15px;
margin-top:10px;	
	
}


.productmain div.text{
	
	margin-top:5px;
	
}


.productmain div.links div{
	
	line-height:17px;
}


.paddingtop{
padding-top:15px;	
	
}

.paddingbottom{
	padding-bottom:15px;	
	
}


.lightpink{
	
	color:#e68895;
}

h1
{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h2, h3{
font-size:12px;
margin-bottom:15px;	
	
}


#tabs{
position:relative;

clear:both;
	
}


.tab_content{
	padding:15px;
	
	
}

.productmainwidth{
	width:800px;
	position:relative;
	margin-top:2px;
}


.halfwidth{
	
width:45%;	
}

.smallpaddingbottom{
padding-bottom:5px;	
	
}
.smallpaddingtop{
padding-top:5px;	
	
}

/* MAIN MENU STYLES   
----------------------------------------------------------*/
#navbar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:100%;
	height:34px;
	background:url(../images/menubg.png) center repeat-x;
	z-index:101;
	margin:0px;
	padding:0px;
	position:relative;
	clear:both;
}
#navbar ul.menu {
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
	height:100%;
}
#navbar ul.menu li {
	display:inline;
	position:relative;
	float:left;
	
}
#navbar ul.menu li a {
	font-size:11px;
	text-align:center;
	line-height:34px;
	color:#ffffff;
	display:block;
}

#navbar ul.menu li a:hover, #mainmenu ul#menu li.sub:hover > a.level1-a  {
	background:url(../images/menubgnew.png) repeat-x 0 0 ;
	text-decoration:none;
}
#navbar ul.menu li a span {
	display:inline;
	
	left:10px;
	position:absolute;
	top:0;
	width:100px;
	z-index:100;
}
#mainmenu {
	height:34px;
	width:100%;
	
	position:relative;
	font-size:11px;
	z-index:500;
		margin-bottom:2px;
	padding:0px;
}
#mainmenu ul#menu li.level1-li {
	float:left;
	height:100%;
	background:url(../images/menuseparator.png) no-repeat 100% 0;
}

#mainmenu ul#menu li.level1-li a.level1-a {
	display:block;
	height:34px;
	float:left;
	text-align:center;
	vertical-align:middle;
	width:165px;
	text-decoration:none;
	line-height:34px;
	white-space:nowrap;
	font-weight:500;
	font:500 12px/34px Arial;
	color:#ffffff;	
}

#mainmenu ul#menu li.level1-li a.level1-a img
{
	padding-top:11px;
}

#mainmenu ul#menu li.level1-li a 
{
	font:500 12px/34px Arial;
	color:#ffffff;	
	display:block;
}

#mainmenu ul#menu li.first a.level1-a {
	color:#ffffff;
	width:117px;
}

#mainmenu ul#menu li.sub a.level1-a {
	color:#ffffff;
}

#mainmenu ul#menu li.level1-li a.level1-a:hover, #mainmenu ul#menu li.level1-li:hover a.level1-a {

}


#mainmenu ul#menu li.sub a.level1-a:hover {
	height:34px;
	color:#000;
	
}
#mainmenu ul#menu li.sub:hover > a.level1-a {
	height:100%;
	color:#000;

}



#mainmenu ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:26px;
    border:solid 3px #5E7CA2;
    background:#ECEAEA;
	padding-bottom:2px;
}
#mainmenu ul#menu :hover div.listHolder {
	left:0px;
	top:34px;
	z-index:5000;
}
#mainmenu ul#menu a:hover div.listHolder {
	left:-1px;
	top:34px;
}


#mainmenu div.listCol {
	display:block;
	float:left;
	padding:10px;

	width:160px;
}

#mainmenu div.listCol ul {
	padding:0;
	margin:0;
	list-style:none;
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul.main li a{
	
line-height:28px;	
	
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul li a{
	display:block;
color:#c22c40;
width:140px;
text-align:left;
	font:500 10px/24px Verdana;
	border-bottom:solid 1px #bfbdc1;
}
#mainmenu ul#menu li.sub div.listHolder div.listCol h5{
	color:#353230;
	font-size:10px;
	font-weight:600;
	margin-top:5px;
	margin-bottom:7px;
}


#mainmenu ul#menu li.sub div.listHolder div.listCol ul.grey li a{
	border-bottom:solid 0px #bfbdc1;
	color:#908b88;
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul.grey li a:hover{
	color:#353230;
	
}
#mainmenu ul#menu li.sub div.listHolder div.listCol ul li a:hover{
	
background:none;	
	color:#a32a39;
}


.col5{
	
width:720px;	
	
}
.col5right{
	
left:-700px;	
	
}

.bottomLine {
margin:10px;	
	padding-bottom:15px;
}

#mainmenu ul#menu li.sub div.listHolder div.bottomLine h5 a{
color:#353230;
}

#mainmenu ul#menu li.sub div.listHolder div.bottomLine h5 a:hover{
	
background:none;
color:#000000;	
}

.bottomLine p{
width:100px;	
}

/************** IMAGE DROP DOWN  *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#eaeaea;
	font-family:Verdana, Helvetica, sans-serif;
	float:left;
}
.dd .ddTitle {
	background:#fff;
	border:1px solid #dedede;
	padding: 0 0 0 4px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:21px;
}
.dd .ddTitle span.arrow {
	background:url("../images/arrowImg.jpg") no-repeat 0 0; 
	float:right; display:inline;width:26px; height:21px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; padding: 0 2px 0 0; vertical-align:top; line-height:20px;}
.dd .ddTitle span.ddTitleText img {text-align:left; padding:3px 2px 0 0;}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #dedede;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	/*overflow-x:hidden !important;*/
	background-color:#eaeaea;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding: 2px 0 0 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	vertical-align:top; 
	line-height:18px;
}
.dd .ddChild a:hover 
{
	color: #ffffff;
	background-color:#d1737e;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:top;
}
.dd .ddChild a.selected
{
	color: #ffffff;
	background-color: #d1737e;
}
.dd .borderTop{border-top:1px solid #dedede !important;}
.dd .noBorderTop{border-top:none 0  !important}


/************** MULTISELECT *********************/

.ui-multiselect { height:25px; padding:2px 0 2px 4px; text-align:left; overflow:hidden; white-space:nowrap;}
.ui-multiselect span.ui-icon { float:right; z-index:2; }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px; }
.ui-multiselect-header ul { font-size:0.9em; }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow:auto; }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; text-align:left; }
.ui-multiselect-checkboxes label input { position:relative; top:1px; width:20px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 480px; min-width: 100%;}
ul.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 18px; cursor:move; }
ul.sortable li span { position: absolute; margin-left: -1.3em; }


/************** DATE TIME PICKER *********************/

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; } 


.field-validation-error
{
	color: #CC0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #CC0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #CC0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 5px 0 0 0;
    font-weight:bold;
    text-align:left;
    color:#2F4666;
}

.editor-label-section
{
	width: 100%;
    margin: 5px 0 0 0;
    padding: 5px 0 5px 5px;
    font-weight:bold;
    text-align:left;
    color:#fff;
    background:#c84153;
}

.display-field,
.editor-field
{
    margin: 2px 0 8px 0;
    text-align:left;
}

.editor-field input
{
	width:198px;
	height:19px;
	line-height:19px;
	vertical-align:middle;
	border:  1px solid #2F4666;
}

input[type=checkbox]
{
	width:14px !important;
	height:14px !important;
	vertical-align:middle;
	border:  1px solid #2F4666;
	color:#2F4666;
}

input[type=radio]
{
	width:18px !important;
	height:18px !important;
	vertical-align:middle;
	color:#c84153;
}


.editor-button-right
{
	margin: 0;
	position:relative;
	float:right;
	right:0px;
}

.text-box
{
	width:100%;
    min-width: 50em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/**********************************************/
/* CUSTOM STYLES */
/**********************************************/

.bold
{
	font-weight:bold;
}

.normal
{
	font-weight:normal;
}

.hidden
{
    display: none;
}

.inline
{
	display:inline;
}

.inlineBlock
{
	display:inline-block;
}

.block
{
	display:block;
}

.ellipsis 
{   
    white-space: nowrap;   
    overflow: hidden;   
    text-overflow: ellipsis;   
    -o-text-overflow: ellipsis;   
    -ms-text-overflow: ellipsis;
     display:block;
}

.fullWidthHeight 
{
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

.fullHeight 
{          
	height: 100% !important;
	min-height: 100%;
}        

.fullWidth
{          
	width: 100% !important;
	min-width: 100%;
}  

.relLeft
{
	position:relative;
	float:left;
}

.relRight
{
	position:relative;
	float:right;
}

.tCenter
{
	text-align:center;
	vertical-align:middle;
}

.tLeft
{
	text-align:left;
	vertical-align:middle;
}

.tRight
{
	text-align:right;
	vertical-align:middle;
}

.handCursor
{
	cursor:pointer;
}

.clear
{
    clear: both;
}

.error
{
    color: #CC0000
}

.textColor1
{
	color:#99FFFF;
}

.text1x
{
	font-size: 1em;	
}

.text1p2x
{
	font-size:1.2em;
}

.text2x
{
	font-size: 1.5em;	
}

.disabled
{
	color: #666;
}

.padding1Right
{         
	padding: 0px 1px 0px 0px !important;      
}  


.proFilterByHeading
{
	cursor: pointer;
	padding-left:15px;
	font-weight:bold;
	font-size:13px;	
	z-index:100;
}

.proFilterByContent 
{
}

#proFilterByPriceLabel
{
	border:0; 
	color:#c84153; 
	font-weight:bold;
	margin-top:10px;
}

#proFilterList ul
{
	width:110px;
	padding: 0;
	margin: 0;
}

#proFilterList ul li
{
	background-position: left center;
	width: 100%;
	background-image: url('../images/buttonclear.png');
	background-repeat: no-repeat;
	padding: 5px 0px 2px 25px;
	line-height: 18px;
	border-bottom: 1px solid #e0dede;
	cursor:pointer;
}

.moreLink
{
	cursor:pointer;
	text-align:right;
	text-decoration:underline;
}

.bgBox
{
	background-color: #efefef;
}

/**********************************************/
/* PHOTOS */
/**********************************************/

.avatarPreview
{
	border: 2px solid #CCC;
	width:120px;
	height:120px;
}

.avatarPreviewSelected
{
	border: 2px solid #AADD00;
	width:120px;
	height:120px;
}

.productHomePageThumb
{
	width:120px;
	height:80px;
}

.productCrossSellThumb
{
	width:120px;
	height:80px;
}

.productRelatedThumb
{
	width:120px;
	height:80px;
}


.productDetailSmallThumb
{
	width:56px;
	height:37px;
}

.productDetailThumb
{
	border:0;
	width:360px;
	height:240px;
}

.helpThumb1
{
	width:160px;
	height:120px;
}

.helpThumb2
{
	width:80px;
	height:60px;
}

/**********************************************/
/* CUSTOM STYLES */
/**********************************************/

div#settings
{
	position:absolute;
    top:0;
    right:0;
	z-index: 10;
}

#detailNavigation ul li
{
	display: inline;
	vertical-align:top;
	line-height:20px;
}

.productAttributeLabel1
{
	width:100px;
	padding:4px;
	float:left;
	line-height:26px;
}

.productAttributeLabel2
{
	padding:4px;
	float:left;
	line-height:26px;
}

.cartTableHead
{
	font-size: 14px;
	font-weight:bold;
	line-height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cartTableBody
{
	vertical-align:top;
}

.cartPrice
{
	color:#c84153;	
	margin-top:4px;
	margin-bottom:4px;
	font-size:16px;
	line-height:30px;
}

.checkoutLabel
{
	display:inline-block;
	width:150px;
	line-height:35px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

.checkoutField,
.checkoutField input,
.checkoutField select
{
	width: 400px !important;
}

.checkoutPaymentMethod
{
	line-height:25px;
	font-size: 12px;
	font-weight:bold;
	padding-left:10px;
}

.shippingMethod
{
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}


/**********************************************/
/* ROUNDED BOX */
/**********************************************/

.boxCenter
{
	background-color:#fff;
	padding:10px;
}

.boxTopLeft
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/tl.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/tl.png') no-repeat 0 0;
}

.boxTopRight
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/tr.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/tr.png') no-repeat 0 0;
}

.boxBottomLeft
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/bl.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/bl.png') no-repeat 0 0;
}

.boxBottomRight
{
	width:10px;
	height:10px;
	background-image: url('../images/bg/br.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/br.png') no-repeat 0 0;
}

.boxTop
{
	height:10px;
	background-image: url('../images/bg/t.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/t.png') repeat-x 0 0;
}

.boxLeft
{
	width:10px;
	background-image: url('../images/bg/l.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/l.png') repeat-y 0 0;
}

.boxBottom
{
	height:10px;
	background-image: url('../images/bg/b.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/b.png') repeat-x 0 0;
}

.boxRight
{
	width:10px;
	background-image: url('../images/bg/r.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top;
	background:url('../images/bg/r.png') repeat-y 0 0;
}

/**********************************************/
/* PAGINATION */
/**********************************************/
.pagination {text-align:right;float:right;}
        
.pagination a,
.pagination a:active
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:1.1em;
}

.pagination a:hover
{
    color: #DAE3F0;
    text-decoration: none;
}

.pagination a, .pagination span 
{
	display: block;
    float: left;
    padding: 0 5px 0 5px;
    text-align:center;
	height: 20px;
	line-height: 20px;
}

.pagination .current
{
	color: #000;
	font-weight: bold;
	font-size:1.4em;
	line-height: 18px;
}

.pagination .current.prev, 
.pagination .current.next
{
	font-weight: normal;
	text-decoration: none;
} 

/* DESIGN MAIN STYLES
----------------------------------------------------------*/
* {
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-align:left;

vertical-align:baseline;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
table {
border-collapse:separate;
border-spacing:0;
}
caption, th, td {
    text-align:left;
    font-family:Verdana;
    font-size:11px;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
div {
	font:500 10px/14px Verdana, Geneva, sans-serif;
	color:#4c4c4c;
position:relative;
}

hr
{
	border:0;
	border-top: 1px solid #ccc;
	height:1px;
}

strong {
font-weight:bold;
}
.bold {
font-weight:bold;
}
.nobold {
font-weight:normal;
}
em {
font-style:italic;
}
.clear {
clear:both;

}
.clear p{
	
padding-bottom:10px;	
}

.right {
text-align:right;
}
.center {
text-align:center;
}
html, body
{
	background: #ffffff;
	color: #5b5957;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	height: 100%;
}

body
{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background: url('../images/logo.png') no-repeat 0 center center; 
}

a, a:active, a:visited {
color:#607CA1;

text-decoration:none;
}
a:hover {
text-decoration:none;
color:#7A99C7;
}

a.productname, a.greylink
{
	color: #607CA1; /*#908b88;*/
	font-size: 11px;
	font-weight: normal;
}

.greylinks ul li,
.greylinks ul li a
{
	color:#576A84;	
	font-size:10px;
	line-height:25px;
}
.greylinks ul li a:hover{
	color:#86A2CC;
}
.price
{
	clear:both;
	color:#c84153;	
	display:block;
	font-size:16px;
	margin-top:6px;
	margin-bottom:6px;
}

.price2
{
	clear:both;
	color:#c84153;	
	margin-top:8px;
	margin-bottom:8px;
	display:inline-block;
	font-size:16px;
}

.reduced
{
	display:inline;
	font-size:12px;
	text-decoration:line-through;	
}

.clearBoth{
clear:both;	
}

p {
display:block;
margin:10px 0;
}
.bordertop {
border-top:1px solid #e0dede;
}
.borderleft {
border-left:1px solid #e0dede;
}

.borderright {
border-right:1px solid #e0dede;
}

marginbottom{
	
margin-bottom:10px;	
}
.paddingright{
	
padding-right:15px;
	
	
}
.small {
font-size:10px;
}
#container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
height:100%;
margin:0px auto;
position:relative;
width:992px;
}
#topbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;

height:120px;
width:100%;
}

#mainbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#7A99C7;
position:relative;
min-height:200px;
width:100%;
}



#mainbar div.mainleft {
display:inline;
float:left;
padding:0px;
width:240px;

}
.filtercontainer {
width:240px;
clear:both;
position:relative;
margin:0px;
padding:0px;
}

#mainbar div.mainrighthome {
display:inline;
float:right;
margin:0px;
padding-top:10px;
padding-left:0px;
width:992px;
height:1%;
overflow:hidden;
position:relative;
}
#mainbar div.mainrighthome div.titlebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA url(/images/frame/titlebarbg.gif) repeat scroll 0 0;
font-size:16px;
font-weight:bold;
height:40px;
line-height:40px;
margin-bottom:15px;
padding:0 15px;
width:890px;
}
#mainbar div.mainrighthome div.titlebar div.link {
font-size:13px;
height:40px;
line-height:40px;
position:absolute;
right:15px;
top:0;
}
#mainbar div.mainrighthome div.titlebar div.link a {
color:#FFFFFF;
}
#mainbar div.mainrighthome div.pagebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;

height:30px;
line-height:30px;
padding:0 15px;
text-align:right;
width:683px;
}
#mainbar div.mainrighthome div.prodholder {
display:inline;
float:left;
height:190px;
margin:0 5px 15px 6px;
overflow:hidden;
width:90px;
}
#mainbar div.mainrighthome div.prodholder a.thumb {
border:1px solid #999999;
display:table-cell;
height:118px;
text-align:center;
vertical-align:middle;
width:118px;
}
#mainbar div.mainrighthome div.prodholder a.thumb div.tagnew {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-new.png) repeat scroll 0 0;
height:57px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainrighthome div.prodholder a.thumb div.tagcheaper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-cheaper.png) repeat scroll 0 0;
height:76px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainrighthome div.prodholder a.thumb:hover {
border:1px solid #009ACC;
}
#mainbar div.mainrighthome div.prodholder a.thumb img {
font-size:10px;
font-weight:normal;
max-height:110px;
max-width:110px;
}
#mainbar div.mainrighthome div.prodholder div.desc {
width:100%;
}
#mainbar div.mainrighthome div.prodholder div.desc p {
font-size:10px;
margin:3px 0;
text-align:center;
}
#mainbar div.mainright {
display:inline;
float:left;
margin-left:1px;
padding-top:10px;
width:685px;
}
#mainbar div.mainright div.titlebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AAAAAA url(/images/frame/titlebarbg.gif) repeat scroll 0 0;
font-size:16px;
font-weight:bold;
height:40px;
line-height:40px;
margin-bottom:15px;
padding:0 15px;
width:685px;
}
#mainbar div.mainright div.titlebar div.link {
font-size:13px;
height:40px;
line-height:40px;
position:absolute;
right:15px;
top:0;
}
#mainbar div.mainright div.titlebar div.link a {
color:#FFFFFF;
}
#mainbar div.mainright div.pagebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;

height:30px;
line-height:30px;
padding:0 15px;
text-align:right;
width:683px;
}
#mainbar div.mainright div.prodholder {
display:inline;
float:left;
height:190px;
margin:0 10px 15px 11px;
overflow:hidden;
width:90px;
}
#mainbar div.mainright div.prodholder a.thumb {
border:1px solid #999999;
display:table-cell;
height:118px;
text-align:center;
vertical-align:middle;
width:118px;
}
#mainbar div.mainright div.prodholder a.thumb div.tagnew {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-new.png) repeat scroll 0 0;
height:57px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainright div.prodholder a.thumb div.tagcheaper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/frame/tag-cheaper.png) repeat scroll 0 0;
height:76px;
position:absolute;
right:2px;
top:1px;
width:29px;
z-index:3;
}
#mainbar div.mainright div.prodholder a.thumb:hover {
border:1px solid #009ACC;
}
#mainbar div.mainright div.prodholder a.thumb img {
font-size:10px;
font-weight:normal;
max-height:110px;
max-width:110px;
}
#mainbar div.mainright div.prodholder div.desc {
width:100%;
}
#mainbar div.mainright div.prodholder div.desc p {
font-size:10px;
margin:3px 0;
text-align:center;
}
#mainbar div.mainright div.productdetail {
min-height:100px;
}
#mainbar div.mainright div.productdetail div.thumbnail {
display:inline;
float:left;
height:170px;
width:170px;
}
#mainbar div.mainright div.productdetail div.thumbnail div.img {
border:1px solid #666666;
display:table-cell;
height:169px;
text-align:center;
vertical-align:middle;
width:169px;
}
#mainbar div.mainright div.productdetail div.thumbnail div.img img {
max-height:169px;
max-width:169px;
}
#mainbar div.mainright div.productdetail div.details {
display:inline;
float:right;
min-height:170px;
width:520px;
}
#mainbar div.mainright div.productdetail h1 {
font-size:18px;
font-weight:bold;
}
#mainbar div.mainright div.productdetail h1 img {
vertical-align:middle;
}
#mainbar div.mainright div.productdetail div.buy {
font-size:16px;
height:35px;
line-height:35px;
margin-top:10px;
}
#mainbar div.mainright div.productdetail div.specs {
margin-top:15px;
}
#mainbar div.mainright div.productdetail div.specs p {
margin:3px 0;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn {
float:left;
height:35px;
width:100px;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#32CCFE none repeat scroll 0 0;
border:1px solid black;
color:white;
display:block;
height:33px;
line-height:33px;
text-align:center;
width:98px;
}
#mainbar div.mainright div.productdetail div.buy div.buybtn a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#86E1FF none repeat scroll 0 0;
text-decoration:none;
}
#mainbar div.mainright div.productdetail div.buy div.buytext {
display:inline;
float:left;
height:35px;
line-height:35px;
margin-left:10px;
width:400px;
}
#mainbar div.mainright div.productdetail div.description {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#CCCCCC none repeat scroll 0 0;
margin-top:15px;
padding:15px;
width:685px;
}
#mainbar div.mainright div.productdetail div.reviews {
border-left:5px solid #CCCCCC;
color:#666666;
font-size:11px;
margin:15px 0 15px 15px;
padding:10px;
width:665px;
}


#footerbar {
    border-bottom:solid 1px #e1dcea;
    color:#000000;
    font-size:10px;
    min-height:50px;
    width:760px;
    margin:0px auto;
    background-color:#7A99C7;
}

#footerbar p {
margin:0;

text-align:center;
}
#footerbar p a {
color:#c94355;
font-size:10px;
font-weight:500;
margin:0;
text-align:center;
}
#footerbar ul.social{
margin-top:5px;	
	float:left;
	width:250px;
}
#footerbar ul.menu {
float:left;

width:140px;

}
#footerbar ul.menu li {

position:relative;

}
#footerbar ul.social li a.social img{
	
float:left;
margin-right:10px;	
}
#footerbar ul.social li{
clear:both;	
	margin-bottom:10px;
}
#footerbar ul.social li a{

}
#footerbar ul.menu li a{
display:block;
margin-bottom:7px;	
}
#footerbar ul.social li a.social{
	color:#FFFFFF;
	text-indent:20px;
	line-height:24px;
	margin-top:10px;
}

#topmenubar{
	height:26px;
	width:100%;
}
#topmenubar ul.menu{
	position:relative;
	height:19px;
}


#topmenubar ul.menu li{
	display:inline;
	float:left;	
	color:#c94355;
}
#topmenubar ul.menu li a{

color:#c94355;
display:block;
float:left;
padding-left:10px;
padding-right:10px;
font:500 10px/10px Verdana;
padding-top:15px;
}
#topmenubar ul.menu li a:hover{
    color:#a31327;
    text-decoration:none;
}



#footerbar ul.menu li a {
    color:#FFFFFF;
    font-size:10px;
    font-weight:500;
}

#footerbar ul.menu li a:hover{
	color:#D8D8D8;
}

#footerbar ul.menu li a.first {
    border-left:medium none;
}
div.homebanner {
    width:992px;
    height:96px;
    vertical-align:middle;
    background-image: url(../images/homepage/headerBg.png);
    display:table-cell;
    padding-right:3px;
}

.bannerslideshow{
}
.bannerholder{
	position:relative;
    overflow:hidden;	
    width:751px;
    height:242px;
    position:relative;

}


div.homebannerfull {
height:102px;
margin-bottom:15px;
width:918px;
}


.pinkbox{
background:#e8e6e6;
height:149px;
display:inline;
	
	width:494px;
	float:left;

	
}
.quotesopen{
	position:absolute;
	left:0px;
	top:35px;
	
	
}
.quotesclose{
	position:absolute;
	right:50px;
	bottom:0px;
	
	
}

.quotation{margin-top:15px;
text-align:center;
position:relative;
overflow:hidden;
margin-left:15px;
width:180px;	
	
}

margintop{
	
margin-top:10px;	
}

.blueboxreview div.content{
margin:15px;	

}

.margin{
	
	margin:2px;
}
.marginright{
	
margin-right:10px;	
}
.marginleft{
	
margin-left:10px;	
}


.margintop{
	margin-top:15px;
}


#topboxes div.box{
height:56px;
width:225px;	
	
}

.rightwidth{
	height:118px;
	width:226px;	
	margin-left:2px;
	margin-top:2px;
}
.productrightwidth{
	width:180px;	
	margin-left:2px;
	margin-top:2px;
}
.auctionfilter{
	width:0px;	
	margin-right:2px;
	margin-top:2px;
	
}

.rightwidthbottom{
	height:190px;
width:226px;	
	margin-left:2px;
	margin-top:2px;
}

.pinklabel{
position:absolute;
top:-1px;
left:-1px;	
	
}
.smallmarginright{
margin-right:2px;	
	
}


.button, a.button{
	background:#ffffff url(../images/buttonbg.png) 0 0  no-repeat;
	display:block;
	width:74px;
	height:26px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	border:none;
	line-height:25px;
	font-size:10px;
	padding:0;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.reviewboxes div.content{
width:260px;	
	height:120px;
}
.home div.productlist {
margin-top:4px;
margin-left:0px;	

}
.productdetails div.productlist{
	margin:10px 0 10px 10px;	
}

.home div.productlist div.product span.price, .offers div.product span.price{
	
margin-top:10px;
margin-bottom:4px;	
}
.offers div.product{
margin-top:15px;	
	
}


.productimage a img
{
	/*border: 1px solid #fff;*/
}


.productimage a:hover img
{
	/*border: 1px solid #c84153;*/
}

.quotationbox{
	
position:relative;	
}

.grey{
	
color:#908b88;	
	
}

.copyright{
margin-top:7px;	
	
}


.homebanner div#nav a{display:block; width:14px; height:14px; background: url(../images/circle.png) 0 0 no-repeat; margin-left:6px; text-indent:-9999px; float:left;}
.homebanner div#nav a.activeSlide { background: url(../images/circle_selected.png) 0 0 no-repeat; }
.homebanner div#nav a:focus { outline: none; }
#output { }

.homebanner div#nav{
	z-index:4300;
	position:absolute;
	bottom:25px;
	right:25px;
}


.accent{
	background: url(../images/productdetails/icosale.png) 0 0 no-repeat;
	width:57px;
	height:58px;
	text-align:center;
	line-height:58px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	color:#c84153;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.productfilter div.content{
	padding: 0 15px 15px 15px;	
}



#secondnav div.content h4,
.productfilter h4,
h4
{
	font-weight:bold;
	font-size:13px;	
	color: #2F4666;
}
#secondnav div.content div.text, #secondnav div.content h4, .productfilter h4, h4, .text
{
line-height:23px;	
}
#secondnav{
height:23px;
margin-top:2px;
clear:both;	
	position:relative;

}

#secondnav ul li{
	
	display:inline;
	
	
}
#secondnav ul li a{padding-top:11px;
	border-right:solid 1px #e6e1ea;
	height:26px;
	line-height:26px;
	float:left;
	padding-left:14px;
	padding-right:14px;
	display:block;
	
	
}

#secondnav ul.navigation li a{
	border-right:none;
	margin-top:-8px;
	height:15px;
	line-height:15px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	display:block;
		
	
}

#secondnav ul.navigation li a.selected{
color:#000000;
font-weight:bold;	
	
}
#secondnav ul li a.last{
	
	border-right:none;
}


.productpage div.productlist{
position:relative;
clear:both;	
padding-bottom:10px;
	overflow:hidden;
}

/* Product Details Page */
.breadcrumbs ul 
{
	height:100%;
	vertical-align:middle;
}

.breadcrumbs ul li 
{
	float:left;
	display: block;
	color:#FFFFFF;	
	margin-left:5px;
	max-width:165px;
	height:100%;
	vertical-align:middle;
}

.breadcrumbs ul li a{
	float:left;
	margin-right:5px;
	height:25px;
	vertical-align:middle;
	color:#FFFFFF;
}

.productmain h2{
	
	font-size:12px;
	color:#4b4947;
}

.ico{
float:left;
margin-right:5px;	
	
}

.addToBagButton,
.addToBagButton:link,
.addToBagButton:active,
.addToBagButton:visited
{
	border:0;
	cursor:pointer;
	width:115px;
	height:39px;
	display:block;
	line-height:39px;
	color:#ffffff;
	text-indent:20px;
	font-size:12px;
	background: url(../images/buttonaddtobag.png) 0 0 no-repeat;
}

.addToBagButtonMedium,
.addToBagButtonMedium:link,
.addToBagButtonMedium:active,
.addToBagButtonMedium:visited
{
	border:0;
	cursor:pointer;
	width:249px;
	height:43px;
	display:block;
	line-height:43px;
	color:#ffffff;
	text-indent:20px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	background: url(../images/buttonaddtobagmedium.png) 0 0 no-repeat;
}

.addToBagButtonLarge,
.addToBagButtonLarge:link,
.addToBagButtonLarge:active,
.addToBagButtonLarge:visited
{
	border:0;
	cursor:pointer;
	width:314px;
	height:43px;
	display:block;
	line-height:43px;
	color:#ffffff;
	text-indent:20px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/buttonaddtobaglarge.png) 0 0 no-repeat;
}

.moveToBagButton,
.moveToBagButton:link,
.moveToBagButton:active,
.moveToBagButton:visited
{
	border:0;
	cursor:pointer;
	width:190px;
	height:32px;
	display:block;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	background: url(../images/buttonMoveToBag.png) 0 0 no-repeat;
}

.addToBagButton:hover,
.addToBagButtonMedium:hover,
.addToBagButtonLarge:hover,
.moveToBagButton:hover {
	color:#f897a4;	
}

.productmain div.price{
font-size:18px;
color:#c63a4d;	
	
}



.tabheader
{
	height: 36px;
	background: url(../images/productdetails/tabbg.png) 0 0 repeat-x;
}

.tabheader ul li
{
	display: inline;
	background: url(../images/productdetails/tabseparator.png) 100% 0 no-repeat;
}

.tabheader ul li a
{
	cursor:pointer;
	float: left;
	display: block;
	line-height: 36px;
	text-align: center;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}
.tabheader ul li a:hover, .tabheader ul li.active a, .tablerow
{
	background: url(../images/productdetails/tabbgselected.png) 0 0 repeat-x;
}

	
	
.productrightwidth h4{
margin-left:15px;
margin-top:10px;	
	
}


.productmain div.text{
	
	margin-top:5px;
	
}


.productmain div.links div{
	
	line-height:17px;
}


.paddingtop{
padding-top:15px;	
	
}

.paddingbottom{
	padding-bottom:15px;	
	
}


.lightpink{
	
	color:#e68895;
}

h1
{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h2, h3{
font-size:12px;
margin-bottom:15px;	
	
}


#tabs{
position:relative;

clear:both;
	
}


.maincontent{
	
position:relative;
clear:both;
height:1%;
overflow:hidden;
border:1px solid #2F4666;
background-color:#DAE3F0;
padding:4px 1px 4px 4px;
}

.tab_content{
	padding:15px;
	
	
}

.productmainwidth{
	width:800px;
	position:relative;
	margin-top:2px;
}


.halfwidth{
	
width:45%;	
}

.smallpaddingbottom{
padding-bottom:5px;	
	
}
.smallpaddingtop{
padding-top:5px;	
	
}

/* MAIN MENU STYLES   
----------------------------------------------------------*/
#navbar {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:100%;
	height:26px;
	background:url(../images/menubg.png) center repeat-x;
	z-index:101;
	margin:0px;
	padding:0px;
	position:relative;
	clear:both;
}
#navbar ul.menu {
	margin:0px;
	padding:0px;
	position:relative;
	width:100%;
	height:100%;
}
#navbar ul.menu li {
	display:inline;
	position:relative;
	float:left;
	
}
#navbar ul.menu li a {
	font-size:11px;
	text-align:center;
	line-height:26px;
	color:#ffffff;
	display:block;
}

#navbar ul.menu li a:hover, #mainmenu ul#menu li.sub:hover > a.level1-a  {
	background: #84A0C7;
	text-decoration:none;
}
#navbar ul.menu li a span {
	display:inline;
	
	left:62px;

	position:absolute;
	top: 10px;
	width:20px;
	height:20px;
	z-index:100;
	background: url(../images/newMenu/subnav_btn.gif) no-repeat center top;
}
#mainmenu {
	height:26px;
	width:100%;
	
	position:relative;
	font-size:11px;
	z-index:500;
		margin-bottom:2px;
	padding:0px;
}
#mainmenu ul#menu {
	
	list-style:none;
	margin:0px;
	padding:1px;
	background-color: #5E7CA2;
	width:100%;
}
#mainmenu ul#menu li.level1-li {
	float:left;
	height:100%;
}

#mainmenu ul#menu li.level1-li a.level1-a {
	display:block;
	height:26px;
	float:left;
	text-align:center;
	vertical-align:middle;
	width:80px;
	text-decoration:none;
	line-height:26px;
	white-space:nowrap;
	font-weight:500;
	font:500 12px/26px Arial;
	color:#003375;	
	border-right:solid 1px #5E7CA2;
}


#mainmenu ul#menu li.level1-li a 
{
	font:500 12px/26px Arial;
	color:#003375;	
	display:block;
}

#mainmenu ul#menu li.first a.level1-a {
	color:#003375;
	width:117px;
}

#mainmenu ul#menu li.sub a.level1-a {
	color:#003375;
	font-weight:bold;	
    background: -webkit-gradient(linear, left top, left bottom, from(#87A3CB), to(#DAE4F0));
    background: -moz-linear-gradient(top,  #87A3CB,  #DAE4F0);
}

#mainmenu ul#menu li.level1-li a.level1-a:hover, #mainmenu ul#menu li.level1-li:hover a.level1-a {

}


#mainmenu ul#menu li.sub a.level1-a:hover {
	height:26px;
	color:#000;
	
}
#mainmenu ul#menu li.sub:hover > a.level1-a {
	height:26px;
	color:#000;

}


#mainmenu ul#menu :hover div.listHolder {
	left:0px;
	top:26px;
	z-index:5000;
}
#mainmenu ul#menu a:hover div.listHolder {
	left:-1px;
	top:26px;
}


#mainmenu div.listCol {
	display:block;
	float:left;
	padding: 0px 2px 0px 2px;
	width:200px;
}

#mainmenu div.listCol ul {
	padding: 0px 2px 0px 2px;
	margin:0;
	list-style:none;
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul.main li a{
	
    line-height:26px;	
	
}

#menu ul li span{
        width: 17px;
        height: 20px;
        float: left;
        background: url(../images/subnav_btn.gif) no-repeat center top;
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul li a{
	display:block;
    color:#7A99C7;
    width:190px;
    text-align:left;
	font:500 10px/24px Verdana;
	border-bottom:solid 1px #bfbdc1;
}
#mainmenu ul#menu li.sub div.listHolder div.listCol h5{
	color:#353230;
	font-size:10px;
	font-weight:600;
	margin-top:5px;
	margin-bottom:7px;
}


#mainmenu ul#menu li.sub div.listHolder div.listCol ul.grey li a{
	border-bottom:solid 0px #bfbdc1;
	color:#908b88;
}

#mainmenu ul#menu li.sub div.listHolder div.listCol ul.grey li a:hover{
	color:#353230;
	
}
#mainmenu ul#menu li.sub div.listHolder div.listCol ul li a:hover{	
    background:none;	
	color:#2F4666;
}


.col5{
	
width:720px;	
	
}
.col5right{
	
left:-700px;	
	
}

.bottomLine {
margin:10px;	
	padding-bottom:15px;
}

#mainmenu ul#menu li.sub div.listHolder div.bottomLine h5 a{
color:#353230;
}

#mainmenu ul#menu li.sub div.listHolder div.bottomLine h5 a:hover{
	
background:none;
color:#000000;	
}

.bottomLine p{
width:100px;	
	
}

/************** IMAGE DROP DOWN  *********************/
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#eaeaea;
	font-family:Verdana, Helvetica, sans-serif;
	float:left;
}
.dd .ddTitle {
	background:#fff;
	border:0px;
	padding: 0 0 0 4px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:26px;
	font-size:11px;
	vertical-align:middle;
}
.dd .ddTitle span.arrow {
	background:url("../images/arrowImg.jpg") no-repeat 0 0; 
	float:right; display:inline;width:26px; height:21px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; vertical-align:middle; height:12px; padding-top:7px;}
.dd .ddTitle span.ddTitleText img {text-align:left; padding:0px 0px 0 0;vertical-align:middle;padding-top:7px;}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #dedede;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	/*overflow-x:hidden !important;*/
	background-color:#eaeaea;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding: 2px 0 0 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	vertical-align:middle; 
	line-height:24px;
}
.dd .ddChild a:hover 
{
	color: #000000;
	background-color:#D9E3EF;
	vertical-align:middle;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected
{
	color: #ffffff;
	background-color: #5E7CA2;
}
.dd .borderTop{border-top:1px solid #dedede !important;}
.dd .noBorderTop{border-top:none 0  !important}

.ddlCurrency 
{
    width: 130px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#87A3CB, endColorstr=#DAE4F0);
    background: -webkit-gradient(linear, left top, left bottom, from(#87A3CB), to(#DAE4F0));
    background: -moz-linear-gradient(top,  #87A3CB,  #DAE4F0);
}

#ddlCurrency_title
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E9ECC, endColorstr=#21BFEF);
    background: -webkit-gradient(linear, left top, left bottom, from(#6E9ECC), to(#21BFEF));
    background: -moz-linear-gradient(top,  #6E9ECC,  #21BFEF);
    color:#99FFFF;
    font-weight:bold;
    vertical-align:middle;
}

#ddlCulture_title
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C7F900, endColorstr=#A7DA01);
    background: -webkit-gradient(linear, left top, left bottom, from(#C7F900), to(#A7DA01));
    background: -moz-linear-gradient(top,  #C7F900,  #A7DA01);
    color:#016800;
    font-weight:bold;
    vertical-align:middle;
}



#ddlCulture_child a:hover 
{
	color: #000000;
	background-color:#E3FFDD;
	vertical-align:middle;
}

#ddlCulture_child a.selected
{
	color: #CBFF00;
	background-color:#1A7800;
	vertical-align:middle;
}

#ddlCurrency_arrow 
{
    background : url("../images/newMenu/ddl_currency_arrow.gif") no-repeat 0 0;
    width:26px; height:26px;
    
}

#ddlCulture_arrow 
{
    background : url("../images/newMenu/ddl_culture_arrow.gif") no-repeat 0 0;
    width:26px; height:26px;
    
}
/************** JD MENU *********************/

ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu ul 
{
	background-color: #eaeaea;
	height: auto;
}

* html ul.jd_menu ul 
{
	width: 1%;
}

ul.jd_menu li 
{
	text-align:center;
	line-height:23px;
	height:23px;
	padding: 0 10px 0 10px;
	left:0;
	float: left;
	font-weight:bold;
	color: #c84153;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
}

ul.jd_menu li li 
{
	padding-left:23px;
	text-align:left;
	min-width: 250px;
	height:20px;
}

ul.jd_menu li a,
ul.jd_menu li a:link,
ul.jd_menu li a:visited,
ul.jd_menu li a:active
{
	height: 23px;
	color: #c84153;
	text-decoration: none;
}

ul.jd_menu li a:hover
{
	color: #000;
	text-decoration: none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active 
{
	color: #000;
	height: 23px;
}

ul.jd_menu li li.jdm_hover, ul.jd_menu li li.jdm_active
{
	color: #000;
	background-color: #F2D9DC;
}

/************** MULTISELECT *********************/

.ui-multiselect { height:25px; padding:2px 0 2px 4px; text-align:left; overflow:hidden; white-space:nowrap;}
.ui-multiselect span.ui-icon { float:right; z-index:2; }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px; }
.ui-multiselect-header ul { font-size:0.9em; }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow:auto; }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; text-align:left; }
.ui-multiselect-checkboxes label input { position:relative; top:1px; width:20px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

ul.sortable { list-style-type: none; margin: 0; padding: 0; width: 480px; min-width: 100%;}
ul.sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 18px; cursor:move; }
ul.sortable li span { position: absolute; margin-left: -1.3em; }


/************** DATE TIME PICKER *********************/

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; } 

#clock 
{
    background-color:#2F4666;
    margin:4;
    color:#FFFFFF;
    vertical-align:middle;
    height:25px;
    line-height:25px;
}

#headerBg, .headerBg
{
    background-color:#7998C6;
    padding: 4px;
    position:relative;
    top:2px;
}

div#calendar {
    width:17px;
    height:17px;
    vertical-align:middle;
    display: inline-block;
    padding-top:4px;
}

.divHeaderTime 
{
    height:23px;
    float:left;
    color:#FFFFFF;
    padding-left:4px;
    vertical-align:middle;
    display: inline-block;
    padding-top:4px;
    right:0px;
}

.btnLogin 
{
    height:100%;
    padding:4px 4px 7px 4px;
    color:#CCFF00;
    background-image: linear-gradient(bottom, #0F7000 2%, #70B001);
    background-image: -o-linear-gradient(bottom, #0F7000 2%, #70B001);
    background-image: -moz-linear-gradient(bottom, #0F7000 2%, #70B001);
    background-image: -webkit-linear-gradient(bottom, #0F7000 2%, #70B001);
    background-image: -ms-linear-gradient(bottom, #0F7000 2%, #70B001);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #0F7000),
	    color-stop(0.8, #0F7000)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F7000, endColorstr=#70B001);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F7000, endColorstr=#70B001)";    
        background-color: #CCC; 
}

.btnLogin:hover
{
    color:#E0FF64;
    background-image: linear-gradient(bottom, #70B001 2%, #0F7000);
    background-image: -o-linear-gradient(bottom, #70B001 2%, #0F7000);
    background-image: -moz-linear-gradient(bottom, #70B001 2%, #0F7000);
    background-image: -webkit-linear-gradient(bottom, #70B001 2%, #0F7000);
    background-image: -ms-linear-gradient(bottom, #70B001 2%, #0F7000);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #0F7000),
	    color-stop(0.8, #0F7000)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70B001, endColorstr=#0F7000);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70B001, endColorstr=#0F7000)";    
        background-color: #CCC; 
}

.btnLogout 
{
     height:100%;
    padding:4px 4px 7px 4px;
    color:#FF6600;
    background-image: linear-gradient(bottom, #FF9E00 2%, #FFD46A);
    background-image: -o-linear-gradient(bottom, #FF9E00 2%, #FFD46A);
    background-image: -moz-linear-gradient(bottom, #FF9E00 2%, #FFD46A);
    background-image: -webkit-linear-gradient(bottom, #FF9E00 2%, #FFD46A);
    background-image: -ms-linear-gradient(bottom, #FF9E00 2%, #FFD46A);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FF9E00),
	    color-stop(0.8, #FF9E00)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF9E00, endColorstr=#FFD46A);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF9E00, endColorstr=#FFD46A)";    
        background-color: #CCC; 
}

.btnLogout:hover
{
    color:#FF6600;
    background-image: linear-gradient(bottom, #FFD46A 2%, #FF9E00);
    background-image: -o-linear-gradient(bottom, #FFD46A 2%, #FF9E00);
    background-image: -moz-linear-gradient(bottom, #FFD46A 2%, #FF9E00);
    background-image: -webkit-linear-gradient(bottom, #FFD46A 2%, #FF9E00);
    background-image: -ms-linear-gradient(bottom, #FFD46A 2%, #FF9E00);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FFD46A),
	    color-stop(0.8, #FFD46A)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD46A, endColorstr=#FF9E00);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD46A, endColorstr=#FF9E00)";    
        background-color: #CCC; 
}


.divLogout
{
    height:23px;
    float:right;
    color:#FFFFFF;
    padding-left:4px;
    vertical-align:middle;
    display: inline-block;
    padding-top:4px;
    right:1px;
    text-align:right;
}

.homePageBg 
{
    background-color:#7998C6;
    margin: 0;
	padding: 4px;
}

.homePageContentBg 
{
    margin: 0;
    background-color:#FFCC33;
    border: 1px solid #2F4666;
    padding: 4px;
}

.homePageContentBgPadded {
	background-color: #7A99C7;
    text-align: center;
    vertical-align: middle;
    padding:4px;
}

#ddlCurrency_child a 
{
    margin:0px;
    padding-bottom:0px;
    padding-top: 0px;
    border-bottom:1px solid #CCCCCC;
    line-height:16px;
} 

/*.styled-select select {
   background: transparent;
   width: 240px;
   padding: 2px;
   border: 1px solid #ccc;
   height: 20px;
   font-size: 12px;
   border: 1px ridge #2F4666;
   color:#5E7CA2;
}

.styled-select {
   width: 198px;
   height: 20px;
   overflow: hidden;
   background: url('../images/newMenu/ddl_arrow.png') no-repeat right;
}
*/
.styled-year 
{
   float:left;	
   width:75px !important;
   height: 20px;
   overflow: hidden;
   margin-right:2px;
   background: url('../images/newMenu/ddl_arrow.png') no-repeat right;
}
.styled-year select{
    background: transparent;
   width: 92px;
   border: 1px solid #ccc;
   height: 20px;
   font-size: 12px;
   border: 1px ridge #2F4666;
   color:#5E7CA2;
   padding:2px;
}

.styled-day 
{
   float:left;	
   width:50px !important;
   height: 20px;
   overflow: hidden;
   background: url('../images/newMenu/ddl_arrow.png') no-repeat right;
}
.styled-day select{
    background: transparent;
   width: 72px;
   border: 1px solid #ccc;
   height: 20px;
   font-size: 12px;
   border: 1px ridge #2F4666;
   color:#5E7CA2;
   padding:2px;
}


/*Registration tabs*/
#registerTabs {
    padding-left: 150px;
    position: relative;
    height:496px;
    background-color:#DAE4F0;
    margin-top: 0px;
    padding-top: 0px;
    border: 1px solid #5E7CA2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#registerTabs ul {
    position: absolute;
    top: 0px;
    width: 154px;
    list-style: none outside none;
    text-align: center;
     border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerTabs ul li
{
    height:28px;
}

#registerTabs .ui-tabs-nav {
    left: 1px;
    top: 1px;
    position: absolute;
    width: 155px;
    height: 492px;
    padding:1px 0px 0px 1px;
    background-color:#2F4666;
    font-weight:normal;
}

#registerTabs .ui-tabs-nav li a 
{
    color:#5F7DA3;
    padding-left:2px;
    width:100%;
}

#registerTabs .ui-tabs-nav li {
    left:1px;
    width: 100%;
    vertical-align:middle;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border:0px;
    margin-bottom:1px;
}


#registerTabs .ui-tabs-nav li.ui-tabs-selected
{
    background-image : none;
    background-color:#DAE4F0;
    border-radius:5px 0 0 5px;
}

.register-tab-icon
{
    width:24px;
    height:24px;
    background-image:url('../images/tabs/icon_register_tab.png');
    display: inline-block;
    float: left;
    background-position: 0px 0px;
    position:relative;
    top:-4px;
    padding-right:3px;
    background-repeat: no-repeat;
}
.colorBg
{
    background-color: #7A99C7;
    padding:2px 4px 2px 4px;
    border:1px solid #000000;
    height:28px;
}

.btnCancel:hover 
{
     background-image: linear-gradient(bottom, #FFFFFF 2%, #CECECE);
    background-image: -o-linear-gradient(bottom, #FFFFFF 2%, #CECECE);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 2%, #CECECE);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 2%, #CECECE);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 2%, #CECECE);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FFFFFF),
	    color-stop(0.8, #CECECE)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CECECE);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CECECE)";    
        background-color: #CECECE;
}

.btnCancel
{
    background-image: linear-gradient(bottom, #CECECE 2%, #FFFFFF);
    background-image: -o-linear-gradient(bottom, #CECECE 2%, #FFFFFF);
    background-image: -moz-linear-gradient(bottom, #CECECE 2%, #FFFFFF);
    background-image: -webkit-linear-gradient(bottom, #CECECE 2%, #FFFFFF);
    background-image: -ms-linear-gradient(bottom, #CECECE 2%, #FFFFFF);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #CECECE),
	    color-stop(0.8, #FFFFFF)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CECECE, endColorstr=#FFFFFF);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CECECE, endColorstr=#FFFFFF)";    
        background-color: #FFFFFF; 
}

.btnContinue, .btnContinueNoHover
{
    background-image: linear-gradient(bottom, #0A6E32 2%, #CAFD00);
    background-image: -o-linear-gradient(bottom, #0A6E32 2%, #CAFD00);
    background-image: -moz-linear-gradient(bottom, #0A6E32 2%, #CAFD00);
    background-image: -webkit-linear-gradient(bottom, #0A6E32 2%, #CAFD00);
    background-image: -ms-linear-gradient(bottom, #0A6E32 2%, #CAFD00);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #0A6E32),
	    color-stop(0.8, #CAFD00)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A6E32, endColorstr=#CAFD00);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0A6E32, endColorstr=#CAFD00)";    
        background-color: #CAFD00; 
}

.btnContinue:hover
{
         background-image: linear-gradient(bottom, #CAFD00 2%, #0A6E32);
    background-image: -o-linear-gradient(bottom, #CAFD00 2%, #0A6E32);
    background-image: -moz-linear-gradient(bottom, #CAFD00 2%, #0A6E32);
    background-image: -webkit-linear-gradient(bottom, #CAFD00 2%, #0A6E32);
    background-image: -ms-linear-gradient(bottom, #CAFD00 2%, #0A6E32);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #CAFD00),
	    color-stop(0.8, #0A6E32)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CAFD00, endColorstr=#0A6E32);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CAFD00, endColorstr=#0A6E32)";    
        background-color: #CAFD00; 
}

.btnFinish 
{
     background-image: linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -o-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -moz-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -webkit-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -ms-linear-gradient(bottom, #FFCE39 2%, #FEFF97);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FFCE39),
	    color-stop(0.8, #FEFF97)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCE39, endColorstr=#FEFF97);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCE39, endColorstr=#FEFF97)";    
        background-color: #FEFF97; 
}

.btnFinish:hover 
{
     background-image: linear-gradient(bottom, #FEFF97 2%, #FFCE39);
    background-image: -o-linear-gradient(bottom, #FEFF97 2%, #FFCE39);
    background-image: -moz-linear-gradient(bottom, #FEFF97 2%, #FFCE39);
    background-image: -webkit-linear-gradient(bottom, #FEFF97 2%, #FFCE39);
    background-image: -ms-linear-gradient(bottom, #FEFF97 2%, #FFCE39);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FEFF97),
	    color-stop(0.8, #FFCE39)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFF97, endColorstr=#FFCE39);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FEFF97, endColorstr=#FFCE39)";    
        background-color: #FFCE39; 
}



.btnMoreInfo 
{
     background-image: linear-gradient(bottom, #6380A5 2%, #D9E2EF);
    background-image: -o-linear-gradient(bottom, #6380A5 2%, #D9E2EF);
    background-image: -moz-linear-gradient(bottom, #6380A5 2%, #D9E2EF);
    background-image: -webkit-linear-gradient(bottom, #6380A5 2%, #D9E2EF);
    background-image: -ms-linear-gradient(bottom, #6380A5 2%, #D9E2EF);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #6380A5),
	    color-stop(0.8, #D9E2EF)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6380A5, endColorstr=#D9E2EF);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#6380A5, endColorstr=#D9E2EF)";    
        background-color: #D9E2EF; 
}

.btnMoreInfo:hover 
{
     background-image: linear-gradient(bottom, #D9E2EF 2%, #6380A5);
    background-image: -o-linear-gradient(bottom, #D9E2EF 2%, #6380A5);
    background-image: -moz-linear-gradient(bottom, #D9E2EF 2%, #6380A5);
    background-image: -webkit-linear-gradient(bottom, #D9E2EF 2%, #6380A5);
    background-image: -ms-linear-gradient(bottom, #D9E2EF 2%, #6380A5);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #D9E2EF),
	    color-stop(0.8, #6380A5)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9E2EF, endColorstr=#6380A5);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9E2EF, endColorstr=#6380A5)";    
        background-color: #6380A5; 
}

.btnBack 
{
    background-image: linear-gradient(bottom, #3E5372 2%, #D9E3EF);
    background-image: -o-linear-gradient(bottom, #3E5372 2%, #D9E3EF);
    background-image: -moz-linear-gradient(bottom, #3E5372 2%, #D9E3EF);
    background-image: -webkit-linear-gradient(bottom, #3E5372 2%, #D9E3EF);
    background-image: -ms-linear-gradient(bottom, #3E5372 2%, #D9E3EF);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #3E5372),
	    color-stop(0.8, #D9E3EF)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3E5372, endColorstr=#D9E3EF);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3E5372, endColorstr=#D9E3EF)";    
        background-color: #D9E3EF; 
}
.btnBack:hover
{
    background-image: linear-gradient(bottom, #D9E3EF 2%, #3E5372);
    background-image: -o-linear-gradient(bottom, #D9E3EF 2%, #3E5372);
    background-image: -moz-linear-gradient(bottom, #D9E3EF 2%, #3E5372);
    background-image: -webkit-linear-gradient(bottom, #D9E3EF 2%, #3E5372);
    background-image: -ms-linear-gradient(bottom, #D9E3EF 2%, #3E5372);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #D9E3EF),
	    color-stop(0.8, #3E5372)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9E3EF, endColorstr=#3E5372);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9E3EF, endColorstr=#3E5372)";    
        background-color: #3E5372; 
}

.top1Left1Icon 
{
   margin-top:1px;
   margin-left:1px;
}
.top4Left2Icon 
{
   margin-top:4px;
   margin-left:2px;
}

.top9Right4Icon 
{
   margin-top:9px;
   margin-right:4px;  
}

.top10Left6Icon 
{
   margin-top:10px;
   margin-left:6px;
}

.frameBorder 
{
    border: 1px solid #5E7CA2;
}

.checkbox label
{
	width:16px !important;
	height:16px !important;
	vertical-align:middle;
    font-weight:normal;
}

.white 
{
    color:#FFFFFF;
}

.nonBold 
{
    font-weight:normal;
}

.legendHeader 
{
    padding-top:5px;
    padding-right:4px;
    padding-bottom:0px;
    height:41px;
    color:#2F4668;
    background-color:#7A99C7;
}

.alignBottomFormated
{
    position: absolute;
    bottom: 4px;
    color: #2F4666;
    margin-left: 4px;
    font-size:11px;
}

.alignBottom
{
    position: absolute;
    bottom: 4px;
}

.pageContent {
    padding: 4px 4px 4px 4px;
    position: relative;
    height:100%;
    background-color:#DAE4F0;
    margin-top: 0px;
    border: 1px solid #2F4666;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fullWidth 
{
    width:100%;
}

#updatePasswordDialog 
{
    padding: 4px;
}

.subTitle 
{
    color:#5E7CA2;
    font-weight:bold;
    font-size:13px;
}

.link
{
	cursor:pointer;
	text-decoration:underline;
}

.halfPageSkyscrapers 
{
    margin: 0;
    background-color:#CCCCCC;
    border: 1px solid #2F4666;
    width: 300px;
    height: 600px;
    float: right;
}

.product 
{
    height:182px;
    width:794px;
    border:1px solid #002B72;
    background-color:#DAE3F0;
    padding:1px;
    margin-bottom:1px;
}

.productID 
{
    color:#DAE3F0;
    background-color:#7A99C7;
    position:absolute;
    top:3px;
    left:326px;
    font-weight:bold;
    padding:2px;
} 

.productDetailWrapper 
{
    width:308px;
    position:absolute;
    top:23px;
    left:326px;
    padding-left:4px;
    height:60px !important;
}
.productTitle 
{
    font-size:11px;
    font-weight:bold;
}

.productDescr 
{
    font-weight:normal;
    padding-left:4px;
    height:100%;
    overflow:hidden;
}

.productBidHeader 
{
   background-color:#7A99C7;
   color:#FFFFFF;
   height:16px;
   text-align:center;
}

.productBidTable
{
    position:absolute;
    top:120px;
    left:326px;
    width:296px;
    table-layout: fixed;
    font-size:11px;
    font-family:Verdana;
}

.productBidTableLarge
{
    position:absolute;
    top:90px;
    left:326px;
    width:296px;
    table-layout: fixed;
    font-size:11px;
    font-family:Verdana;
}

.productBottomButton{
	position:absolute;
	left:326px;
	bottom:2px;
}

.productDepartures 
{
    width:161px;
    position:absolute;
    top:4px;
    left:638px;
    padding-left:2px;
    height:110px !important;
}

.subtitle 
{
    font-size:11px;
    font-family:Verdana;
    color:#2F4666;
}

.textContent 
{
    font-size:10px;
    font-family:Verdana;
    color:#2F4666;
}

.productServices
{
    width:151px;
    position:absolute;
    bottom:0px;
    left:638px;
    padding-left:4px;
    text-align:right;
}

.proPaginationSortBy 
{
    height:20px;
}

.proPaginationFilterBy 
{
    height:20px;
}

.pageTitle 
{
    height:23px;
    background-color:#7A99C7;
    color:#2F4666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left:4px;
}


/**Sort By DDL**/
#pageSize_arrow 
{
    background : url("../images/ddl_sortBy_arrow.gif") no-repeat 0 0;
    width:21px; height:23px;
}

#pageSize_title 
{
    height:19px;
    border:1px solid #2F4666;
}
.sortBy 
{
    height: 23px;
    background-color:#DAE3F0;
    color: #5E7CA2;
    border: 1px solid #2F4666;
}

.proPaginationPageSize 
{
    height: 23px;
    background-color:#DAE3F0;
    color: #5E7CA2;
    border: 1px solid #2F4666;
}

.fatSkyscraper 
{
    width:160px;
    height:600px;
    background-color:#CCCCCC;
    margin-top:2px;
}

.input-prompt {
  font-style: italic;
  color: #222222;
  background-color:#EEEEEE;
  vertical-align:middle;
  line-height:19px;
}

/**DETAIL**/
.listCollapsed
{
    height:100%;
    width:25px;
    background-color:#7998C5;
    cursor:pointer;
    height: 100%;
    position: absolute;

}


.listCollapsed span 
{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    display: block;	
    position: absolute;
    top:35px;
    width:140px;
    left:-60px;
    font-weight:bold;
    font-size:12px;
    -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

.largePhoto 
{
    width:640px;
    height:360px;
}

/**Detail Tabs**/
#tabs-detail 
{
    width:766px;
}
#tabs-detail ul.ui-tabs-nav {
 padding-top:0px;
}

#tabs-detail .ui-tabs-nav .ui-icon {
	display: inline-block;
}

#tabs-detail .ui-widget-header 
{
    background-color : #2F4666;
    border:1px solid #2F4666;
    border-radius:0px;
}

#tabs-detail .ui-tabs .ui-tabs-nav li
{
     border-radius:0px;
}

#tabs-detail .ui-corner-top 
{
    border:0px;
    border-radius:0px;
}

#tabs-detail .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
{
    color:#DAE3F0;
    font-weight:bold;
}
#tabs-detail .ui-tabs
{
    padding-top:0px;
}



#tabs-detail .ui-state-default span
{
    background-image:url('../images/tabs/iconTabDetail.png');
}

#tabs-detail .ui-state-active span
{
    background-image:url('../images/tabs/iconTabDetailSelected.png');
}

#tabs-detail .ui-state-active a
{
    padding:3px 3px 3px 19px;
    height:16px;
}


#tabs-detail .ui-state-default a
{
    padding: 3px 3px 3px 19px;
    height:16px;
}

#tabs-detail .ui-state-default
{
    background-image:none;
    background-color:#B7C8E1;
}

#tabs-detail .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    background-image:none;
    background-color:#7594C0;
     border-radius: 5px 5px 0px 0px;
}
.maincontent .ui-tabs 
{
    padding:0px;
}
#tabs-detail .ui-tabs-panel 
{
    border:4px solid #7594C0;
    border-radius: 0px;
    padding:3px;
}

#tabs-detail .ui-tabs-nav .ui-icon
{
    position:absolute;
    left:2px;
    top:2px;
}

#tabs-detail .ui-accordion .ui-accordion-content 
{
    background-color:#DAE3F0;
    padding: 2px 2px 4px 2px;
}

.yellowBg 
{
    background-color:#FFFFCC;
}

.whiteBg 
{
    background-color:#FFFFFF;
}

.blueBg 
{
    background-color:#86A2CC;
}
.darkBlueBg 
{
    background-color:#576A84;
    color:#FFFFFF;
}

tr.detailTableRow > td
{
  padding:2px;
  border-bottom:1px solid #7A99C7;
  color:#002B72;
}



.detailTableRow
{
    background-color:#D4D9E0;
}

.detailTable 
{
    width:100%;
}

.greenBg 
{
    background-color:#98CB00;
}


.btnLightBlue:hover 
{
    background-image: linear-gradient(bottom, #03CDFF 2%, #94FDFF);
    background-image: -o-linear-gradient(bottom, #03CDFF 2%, #94FDFF);
    background-image: -moz-linear-gradient(bottom, #03CDFF 2%, #94FDFF);
    background-image: -webkit-linear-gradient(bottom, #03CDFF 2%, #94FDFF);
    background-image: -ms-linear-gradient(bottom, #03CDFF 2%, #94FDFF);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #03CDFF),
	    color-stop(0.8, #94FDFF)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#03CDFF, endColorstr=#94FDFF);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#03CDFF, endColorstr=#94FDFF)";    
        background-color: #94FDFF;
}

.btnLightBlue, .btnLightBlueNoHover
{
    background-image: linear-gradient(bottom, #94FDFF 2%, #03CDFF);
    background-image: -o-linear-gradient(bottom, #94FDFF 2%, #03CDFF);
    background-image: -moz-linear-gradient(bottom, #94FDFF 2%, #03CDFF);
    background-image: -webkit-linear-gradient(bottom, #94FDFF 2%, #03CDFF);
    background-image: -ms-linear-gradient(bottom, #94FDFF 2%, #03CDFF);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #94FDFF),
	    color-stop(0.8, #03CDFF)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#94FDFF, endColorstr=#03CDFF);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#94FDFF, endColorstr=#03CDFF)";    
        background-color: #03CDFF; 
}

.redLabel 
{
    color : #FF0000;
}
/**Auctions List**/
/**Departure HLine**/
.departureHLine{
    width:104px;
    height:1px;
    background: -moz-linear-gradient(left, rgba(159, 149, 148, 0) 0%,rgba(159, 149, 148, 1) 50%,rgba(159, 149, 148, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(159, 149, 148, 0) 0%,rgba(159, 149, 148, 1) 50%,rgba(159, 149, 148, 0) 100%);
    background: linear-gradient(left, rgba(159, 149, 148, 0) 0%,rgba(159, 149, 148, 1) 50%,rgba(159, 149, 148, 0) 100%);
    margin-left:2px;
    margin-right:2px;
    position:relative;
}



/**Auction Info**/
#divAuctionInfo 
{
    width:285px;
    height:181px;
    background-color:#FFFFFF;
    text-align:center;
    color:#000000;
    font-size:11px;
}

#divAuctionInfoHeader 
{
    height:25px;
    border-bottom:1px solid #5E7CA2;
    background-color:#2F4666;
    color:#DAE3F0;
    vertical-align:middle;
    line-height:25px;
    padding-left:4px;
    font-weight:bold;
    font-size:11px;
}

/**Auction Bid Now**/
#divAuctionBidNow 
{
    width:285px;
    background-color:#FFFF99;
    text-align:center;
    color:#000000;
    font-size:11px;
}

#divAuctionBidNowHeader 
{
    height:25px;
    background-color:#FFCC00;
    vertical-align:middle;
    line-height:25px;
    padding-left:4px;
    font-weight:bold;
    font-size:11px;
    border-bottom:1px solid #FF6600;
}

.btnFinishNoHover 
{
     background-image: linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -o-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -moz-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -webkit-linear-gradient(bottom, #FFCE39 2%, #FEFF97);
    background-image: -ms-linear-gradient(bottom, #FFCE39 2%, #FEFF97);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FFCE39),
	    color-stop(0.8, #FEFF97)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCE39, endColorstr=#FEFF97);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFCE39, endColorstr=#FEFF97)";    
        background-color: #FEFF97; 
}

.redBorder 
{
    border:1px solid #FF6600;
}

.darkBorder 
{
    border:1px solid #2F4666;
}

.underline
{
    text-decoration:underline;
    color:#000000;
}
.underline:hover
{
    text-decoration:underline;
    color:#666666;
}

/**CBCL**/
.ui-multiselect.multi_narrow {
  font: 7.5pt Verdana,Arial,sans-serif;
  height:20px;
  padding:0 0 0 0px; /* Removed all padding */
  box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background:#fff;        
  border-radius:0px;
  border-color:#000000;
}

.multi_narrow span.ui-icon-circle-close
{
    background:url('../images/ui-icons_0078ae_256x240.png') no-repeat right;
    background-position: -32px -192px;
}

.ui-widget-content.multi_narrow 
{
    border:1px solid #000000;
    border-radius:0px;
}
.multi_narrow div.ui-widget-header
{
    text-align:left;
    background-color:#DAE3F0;
    border-radius:0px;
}
.multi_narrow a.ui-multiselect-all
{
    color:#7A99C7;
}

.multi_narrow a.ui-multiselect-none
{
    color:#7A99C7;
}
.multi_narrow li.ui-multiselect-header
{
    text-align:left;
}

/**Watch list**/
.btnRemoveWatch 
{
    color:#FFFFFF;
     background-image: linear-gradient(bottom, #9C0001 2%, #FC0000);
    background-image: -o-linear-gradient(bottom, #9C0001 2%, #FC0000);
    background-image: -moz-linear-gradient(bottom, #9C0001 2%, #FC0000);
    background-image: -webkit-linear-gradient(bottom, #9C0001 2%, #FC0000);
    background-image: -ms-linear-gradient(bottom, #9C0001 2%, #FC0000);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #9C0001),
	    color-stop(0.8, #FC0000)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9C0001, endColorstr=#FC0000);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9C0001, endColorstr=#FC0000)";    
        background-color: #FC0000; 
}

.btnRemoveWatch:hover
{
    color:#FEFEFE;
     background-image: linear-gradient(bottom, #FC0000 2%, #9C0001);
    background-image: -o-linear-gradient(bottom, #FC0000 2%, #9C0001);
    background-image: -moz-linear-gradient(bottom, #FC0000 2%, #9C0001);
    background-image: -webkit-linear-gradient(bottom, #FC0000 2%, #9C0001);
    background-image: -ms-linear-gradient(bottom, #FC0000 2%, #9C0001);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #FC0000),
	    color-stop(0.8, #9C0001)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FC0000, endColorstr=#9C0001);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FC0000, endColorstr=#9C0001)";    
        background-color: #9C0001; 
}

.btnWinners
{
    background-image: linear-gradient(bottom, #9ACE00 2%, #CBFE01);
    background-image: -o-linear-gradient(bottom, #9ACE00 2%, #CBFE01);
    background-image: -moz-linear-gradient(bottom, #9ACE00 2%, #CBFE01);
    background-image: -webkit-linear-gradient(bottom, #9ACE00 2%, #CBFE01);
    background-image: -ms-linear-gradient(bottom, #9ACE00 2%, #CBFE01);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #9ACE00),
	    color-stop(0.8, #CBFE01)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ACE00, endColorstr=#CBFE01);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ACE00, endColorstr=#CBFE01)";    
        background-color: #CBFE01; 
}

.btnWinners:hover
{
    background-image: linear-gradient(bottom, #CBFE01 2%, #9ACE00);
    background-image: -o-linear-gradient(bottom, #CBFE01 2%, #9ACE00);
    background-image: -moz-linear-gradient(bottom, #CBFE01 2%, #9ACE00);
    background-image: -webkit-linear-gradient(bottom, #CBFE01 2%, #9ACE00);
    background-image: -ms-linear-gradient(bottom, #CBFE01 2%, #9ACE00);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #CBFE01),
	    color-stop(0.8, #9ACE00)
    );
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CBFE01, endColorstr=#9ACE00);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CBFE01, endColorstr=#9ACE00)";    
        background-color: #9ACE00; 
}


/**Header My Auctions**/
.divMyAuctions
{
    height:20px;
    float:left;
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    vertical-align:middle;
    display: inline-block;
    padding-top:2px;
    width:400px;
}


.divMyAuctions a 
{
    color: #FFFFFF;
}

.divMyAuctions a:hover
{
    color: #F3F3F3;
}

#sortBy_title, #filterBy_title, #msdrpdd20_title
{
    height:22px;
}
#sortBy_titletext span.ddTitleText
{
   padding-top:0px;
}
#filterBy_titletext span.ddTitleText
{
   padding-top:0px;
}

#msdrpdd20_title span.ddTitleText
{
   padding-top:0px;
}

.cbRequirements 
{
    width : 230px;
    height:20px;
    line-height:20px;
    border:1px solid #2F4666;
    vertical-align:middle;
}

/************** Saved Searches *********************/
#searchesTable 
{
    font-weight:bold;
}

#searchesTable td
{
    padding-left:4px;
    vertical-align:middle;
}

.searchesTableHeader
{
    background-color:#2F4666;
    color:#7A99C7;
    padding-left:4px;
    border:1px solid #2F4666;
    height:32px;
}

.searchesTableRow1
{
    background-color:#7A99C7;
    color:#000002;
    height:32px;
    border:1px solid #2F4666;
    
}

.searchesTableRow2
{
    background-color:#5E7CA2;
    color:#000002;
    height:32px;
    border:1px solid #2F4666;
}

.searchesTableRollOver
{
    background-color:#FFFFCB;
}

.searchDiv 
{
    background-color:#2F4666;
    color:#FFFFFF;
    font-weight:bold;
    border-bottom:1px solid #5E7CA2; 
    padding-left:4px;
    padding-top:4px;
    height:20px;
    vertical-align:middle;
    font-size:12px;
}

.searchLabel 
{
    display: inline-block;
    width:100px;
    font-weight:bold;
}