@charset "utf-8";
/* CSS Document */

/************
[TAG STYLES]
***********/
body{
	background: #ffffff url(images/bg.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	color:#333;
}
img{
	border: none;
}
a{
	color:#0A4B75;
	text-decoration: none;
	font-wieght:bold;
}
a:hover{
	color:#1E6495;
	text-decoration: underline;
}
a:visited{
	color:#0A4B75;
	text-decoration: none;
}
input{
	margin:5px 0px;
	}
/************
[CLASSES]
*************/
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.texterrormessage{
	color:red;
	}
.searchresultitemblock{
	margin: 5px;
	min-width:175px;
	min-height:200px;
	text-align:center;
	border: #EDEDF4 1px solid;
}
.item_number{
display:block;
}
.subgroupproducts{
margin:20px;
}
.display_subgroup_product_results{
vertical-align: bottom;
text-align: center;
}
.display_subgroup_product_results img{
vertical-align: bottom;
}
.subgroup_text_link{
text-align: center;
}
.viewAllLink{
vertical-align: bottom;
display:block;
clear:both;
}
.personalization_row{
	display:none !important; 
	position: absolute !important;
	z-index:-100 !important;
	left:-999999 !important;
}
/************
[LAYOUT]
*************/

#PageContainer{
	margin: 30px auto;
	width: 980px;
}
#PageTitle, .progressBarDisplay, #header1, #header2, #header3, #header4{
	font-size:2em;
	text-weight:bold;
	display:block
}
#GroupName{
	font-size:5em;
	text-weight:bold;
}
#searchResult{
	width: 100%;
}

#header{
}

#header-inner{
}

#logo{
}

#usr-panel{
	vertical-align:middle;
}
#usr-panel img{
	vertical-align:middle;
}

#nav, #Header{
	border-bottom:#999 solid 1px;
	padding:0px;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	text-decoration: none;
	color:#333;
}
#NavigationPanel a:link, #NavigationPanel a:visited, #NavigationPanel a:hover, #NavigationPanel a:active
{
	text-decoration: none;
	color:#333;
}

#UserPanelContainer a{
	margin: 0px 5px;
}


#BasicSearchBox img{
	vertical-align:top;
	margin-left: 5px;

}

#productDetail{
background: #f7f7f7;
padding: 10px;
}
#ProductTitleContainer{
	border-bottom:1px solid #ccc;
	}
#ProductDescriptionContainer{
border-bottom:1px solid #ccc;
padding-bottom: 10px;
}
#ProductAttributes {
list-style:none;
margin:0;
padding:0;
}
#ProductAttributes li{
list-style:none;
margin-bottom:5px;
padding:0;
}
#PriceContainer{
	font-weight:bold;
	font-size:1.2em;
	width:200px;
}
.productprice{
	display:inline;
	}
#BreadCrumbContainer ul{
display: table;
margin: 0;
padding: 0;
position: relative;
}
#BreadCrumbContainer ul li{
margin: 0 3px;
padding: 0;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
display: table-cell;
float: left;
position: relative;
}
.personalizationfieldset{
	border:none;
}

.subgroup_text_link{
font-size:1.3em;
display:block;
font-weight: bold;
}
.group_display_products{
float: left;
}
#ShoppingCart{
	width:100%;
	}
#OuterTableShoppingcart{
	border-collapse:collapse;
	width:100%;
	}
	#InnerTableShoppingcart{
	border-collapse:collapse;
	width:100%;
	}
.shoppingcarttitlestyle td{
	height:3px;
	margin:0;
	padding:0;
}
.shoppingcartseparatorstyle{
	border-top: #333 solid 1px;
	margin:0;
	padding:0;
}
#SubTotal, .subtotal_label, #theader1, #theader2, #theader3, #theader4{
	font-weight:bold;
	font-size: 1.2em;
}
.label_firstname, .label_lastname, .label_ex{
	float:left;
	margin-right:5px;
	font-size:2em;
	}
.titlewelcomback{
	margin:0;
	padding:0;
	font-size:2em;
	}
#QueryDisplayContainer, .resultcntcountstyle{
font-weight:bold;
text-decoration:underline;
}
.querydisplaytext{
color:red;
}
#WelcomeBackContainer{
	border: #EDEDF4 1px solid;
	padding:0;
}
.welcomebackblock{
	float:left;
}
.titlewelcomback{
	float:left;
	display:inline;
	border:none;
	width:200px;
}
/* tabs
*************************/
ul.tabs
{
display: table;
margin: 0;
padding: 0;
list-style: none;
position: relative;

}
ul.tabs li
{
margin: 0;
padding: 0;
list-style: none;
display: table-cell;
float: left;
position: relative;


}

ul.tabs li.top{
	min-width:97px;
	height:30px;
	background: url(images/tab_bg.gif) no-repeat;	
	text-align:center;
}
ul.tabs li.top:hover{
	background: url(images/tab_bg_hover.gif) no-repeat;	
}
ul.tabs li.top a{
	display:block;
	height:30px;
	vertical-align: middle;
	margin-top:auto;
}
ul.tabs li.top div{
	line-height:30px;
}
ul.tabs a
{
position: relative;
display: block;
}
/* dropdowns
*************************/
ul.dropdown
{
margin: 0;
padding: 0;
display: block;
position: absolute;
z-index: 999;
top: 100%;
width: 250px;
display: none;
left: 0;
background: #fff;
border-left:#999 solid 1px;
border-right:#999 solid 1px;
border-bottom:#999 solid 1px;
text-align: left;

}
ul.dropdown ul.dropdown
{
top: 0;
left: 95%;
}
ul.dropdown li
{
margin: 0;
padding: 0;
float: none;
position: relative;
list-style: none;
display: block;
}
ul.dropdown li:hover
{
	background-color: #ebebeb;
}
ul.dropdown li a
{
display: block;
}

/***********************************
************************************
NEW TABS START

************************************
************************************/

/* tabs
*************************/
#ultopnav
{
display: table;
margin: 0;
padding: 0;
list-style: none;
position: relative;

}
#ultopnav li, #homeBtn{
margin: 0;
padding: 0;
list-style: none;
display: table-cell;
float: left;
position: relative;
min-width:97px;
height:35px;
background: url(images/tab_bg.gif) no-repeat;	
text-align:center;
}
#ultopnav li:hover, #homeBtn:hover{
	background: url(images/tab_bg_hover.gif) no-repeat;	
}
#ultopnav li a, #homeBtn {
	display:block;
	height:35px;
	vertical-align: middle;
	margin-top:auto;
}
#ultopnav li span, #homeBtn {
	line-height:35px;
}
#ultopnav a
{
position: relative;
display: block;
}
/* dropdowns
*************************/
#ultopnav li ul
{
margin: 0;
padding: 0;
display: block;
position: absolute;
z-index: 999;
top: 100%;
width: 300px;
display: none;
left: 0;
background: #fff;
border-left:#999 solid 1px;
border-right:#999 solid 1px;
border-bottom:#999 solid 1px;
text-align: left;

}
#ultopnav li ul ul
{
top: 0;
left: 95%;
}
#ultopnav li ul li
{
background: none;
margin: 0;
padding: 0px 5px;
float: none;
position: relative;
list-style: none;
display: block;
text-align:left;
vertical-align: middle;
line-height: 35px;
}
#ultopnav li ul li:hover
{
	background: #ebebeb url('images/arrow.gif') no-repeat 15px 50%;
}
#ultopnav li ul li a
{
display: block;
vertical-align: middle;
}


/***********************************
************************************
NEW TABS END

************************************
************************************/



#content{
}

#bodyPart{
	padding:10px 0px;
}

#footer{
	border-top:#999 solid 1px;
	padding-top: 10px;
}

#footer-inner{
	padding-top: 10px;
	vertical-align: top;
	
}
#footer-inner img{
	display:inline;
	
}
#bottomNav td{
padding-bottom:5px;
}

#side-panel{
	border: #959595 solid 1px;
	border-top: none;
	width:330px;
	text-align:center;
	height:inherit;
	min-height: 534px;
}

/********* Nivo Slider Style *********/

#slider {
    position:relative;
    width:627px; /* Change this to your images width */
    height:557px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a.nivo-imageLink {
    border:0;
    display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:1;
}

#slider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:45%;
	z-index:1;
	cursor:pointer;
}
#slider a.nivo-nextNav {
	background-position: -30px 0;
	right:15px;
}
#slider a.nivo-prevNav {
	left:15px;
}

