/*----------------------------------------------------------------------------*/
/* General
/*----------------------------------------------------------------------------*/
.tabInActive1
{
	background-image: url(images/tabHover_1.gif);
	width: 170px;
	height: 23px;
}

.tabActive1
{
	background-image: url(images/tabSelect_1.gif);
	width: 170px;
	height: 23px;
	color: White;
}

.tabInActive
{
	background-image: url(images/tabHover.gif);
	width: 91px;
	height: 23px;
}

.tabActive
{
	background-image: url(images/tabSelect.gif);
	width: 91px;
	height: 23px;
	color: White;
}

body
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 76%;
	background: #ffffff /* sets a standard base of 12px -> font-size(px) / 12 = font-size(em) -> www.madross.com/web/how_to_size_text_with_css/ 
	background: #eeeeee*/;
}


H1
{
}

H2
{
}

H3
{
}

P
{
	margin: 1em 0em 1em 0em;
}

FORM
{
	border-style: none;
}

TABLE
{
	font-size: 1em;
}

IMG
{
	border: 0px; /* remove border from image wrapped in anchor tag */
}

A
{
}

A:link
{
}

A:visited
{
}

INPUT
{
	font-size: .92em;
}

TEXTAREA
{
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.font-small
{
	font-size: .92em;
}

.container
{
	position: absolute;
}

/*----------------------------------------------------------------------------*/
/* CSS Hacks
/*----------------------------------------------------------------------------*/

/* Clearfix Method for clearing the floats */
.clearfix:after
{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* This declaration is necessary for Safari!! */
.clearfix
{
	display: block;
}

/*----------------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------------*/

.AddToCartButton, .AddToWishButton
{
	cursor: hand;
	cursor: pointer;
	border: none;
}

.AddToCartButton
{
	background: url(/App_Themes/Skin_1/images/button_addtocart_red.jpg) no-repeat center top;
	margin-top: 10px; /*width: 100px;*/
	width: 200px; /*height: 80px;*/
	height: 40px;
}

.AddToWishButton
{
	background: url(/App_Themes/Skin_1/images/button_addtocart.jpg) no-repeat center top;
	width: 102px;
	height: 27px;
}

/*----------------------------------------------------------------------------*/
/* Template
/*----------------------------------------------------------------------------*/

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: .92em !important;
}



#header
{
	float: left;
	height: auto;
	width: 100%; /* max width - padding */
	margin-bottom: 1px;
	line-height: 15px;
	text-align: right;
	background-color: white;
	color: black;
}

#bodyWrapper
{
	float: left;
	height: auto;
	width: 1000px;
	z-index: 0;
	background-color:White;
}

#leftWrap
{
	float: left;
	width: 170px; /* make same as ComponentArt:Menu DefaultGroupWidth in template */
}

#rightWrap
{
	float: left;
	width: 170px;
	margin-top: 1px;
}

#rightcontent {
    background-color: #CCCCCC;
    background-image: url("images/rc-bg1.jpg");
    background-repeat: repeat;
    border: 4px solid #EBEBEB;
    font-size: 10px;
    padding: 4px;
}

#rightcontent .rctitle {
    color: #0066CC;
    font-weight: bold;
    text-align: center;
}

#content
{
	float: left; /*width: 640px;*/
	width: 660px; /* width - padding */
	padding: 0px 0px 0px 0px;
	z-index: 4;
}

#content-shoppingcart
{
	float: left; /*width: 640px;*/
	width: 100%; /* width - padding */
	padding: 0px 0px 0px 0px;
	z-index: 4;
}

#content-product
{
	float: left;
	width: 830px; /* width - padding */
	padding: 0px 0px 0px 0px;
	z-index: 4;
}

/*----------------------------------------------------------------------------*/
/* Header
/*----------------------------------------------------------------------------*/

#header #logo
{
	float: left;
}

#header #menu1
{
	text-align: right;
	margin: 0px 10px 0px 0px; /*font-size: 1.33em;*/
	font-size: 1.0em;
	color: #ffffff;
	font-weight: bold;
}

#header #menu1 .menu-item A
{
	color: #ffffff;
	text-decoration: none;
}

#header #menu1 .menu-item A:hover
{
	text-decoration: underline;
}

#header #menu1 .menu-separator
{
	/*padding: 0px px 0px 20px;*/
	padding: 0px px 0px 15px;
}

#header #topsearchform
{
	display: inline;
}

#header #topsearchform INPUT[type="text"]
{
	margin: 8px 0px 0px 0px;
	padding: 0px;
	width: 170px;
	vertical-align: top;
	font-size: .83em;
}

#header #topsearchform #go
{
	margin-top: 4px;
	vertical-align: top;
}

#login
{
	margin: 0;
	padding: 0; /*float: right;*/
	float: none;
	font-size: 0.8em;
	padding-right: 15px;
	color: White;
	font-weight: bolder;
}
#login a
{
	color: White;
}

#userName #loginText
{
	/*margin: 5px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
	vertical-align: top;
	font-size: .6em;
}

#header #mcafee
{
	height: 54px;
	margin: 5px 10px 0px 0px;
}

#header #minicart
{
	margin: 0px 10px 0px 0px;
	font-size: 10px;
	float: right;
	width: 15%;
}
#header #minicart a
{
	color: White;
}

#header #minicart .help
{
	float: left;
	margin: 0px 0px 0px 75px;
}

#header #minicart INPUT
{
	vertical-align: middle;
}

#header #minicart A
{
	padding-left: 5px;
        padding-top: 10px;
}

#header #menu2
{
	clear: left;
	padding: 2px 10px 2px 10px;
	font-size: 11px;
	background-color: #ffffff;
	color: #ffffff;
	text-align: left;
}

#header #menu2 .menu-item A
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#header #menu2 .menu-item A:hover
{
	text-decoration: underline;
}

#header #menu2 .menu-separator
{
	padding: 0px 6px 0px 6px;
}

#header #menu2 .currency
{

	padding-left: 310px;
	font-size: 10em;
	color: white;
}

#header #menu2 .currency SELECT
{
	font-size: 24px;
	vertical-align: middle;
}

/*----------------------------------------------------------------------------*/
/* Component Art Menu Left Vertical
/*----------------------------------------------------------------------------*/

#menu-left
{
	position: relative;
	z-index: 6;
	background-color: #ffffff;
}

.VertTopMenuGroup
{
	font-size: 1.18em;
	left: -1px;
}

.VertMenuGroup
{
	border-left: 2px solid #ffffff;
	font-size: 1em;
}

.VertTopMenuItem
{
	height: 38px;
	color: #808284;
	border: 1px solid #bbbdc0;
	background-color: #ffffff;
	cursor: pointer;
}

.VertTopMenuItemHover
{
	height: 38px;
	color: #ffffff;
	border: 1px solid #6D6F71;
	background-color: #6D6F71;
	cursor: pointer;
}

.VertTopMenuItem IMG, .VertTopMenuItemHover IMG
{
	padding-left: 3px;
}

.VertMenuItem
{
	height: 23px;
	color: #808284;
	border: 1px solid #bbbdc0;
	background-color: #ffffff;
	cursor: pointer;
}

.VertMenuItemHover
{
	height: 23px;
	color: #ffffff;
	border: 1px solid #6D6F71;
	background-color: #6D6E71;
	cursor: pointer;
}

.VertLiveChatMenuItem
{
	margin: auto;
	width: 100%;
	height: 125px;
	border: 1px solid #bbbdc0;
	cursor: pointer;
	background-image: url(images_custom/menu_livechat.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------*/
/* Category
/*----------------------------------------------------------------------------*/

#category-container
{
}

#category-container .page-title
{
	margin-bottom: 7px;
	font-weight: bold;
}

#category-container .paging-control
{
	clear: both;
	text-align: right;
}

#category-container #advertisement-container
{
	height: 100px;
}

#category-container #advertisement-container .advertisement
{
	float: left;
	width: 33.33%;
}

#category-container .title
{
	margin-bottom: 5px;
	font-size: 1.18em;
	font-weight: bold;
	text-align: center;
}

#category-container #product-container
{
	height: 285px;
	overflow: scroll;
	margin: 4px 0px 4px 0px;
	padding: 5px;
	border: 1px solid #bbbdc0;
}

#category-container #featured-container
{
	height: 165px;
	padding: 5px;
	border: 1px solid #bbbdc0;
}

/*----------------------------------------------------------------------------*/
/* Product Standard
/*----------------------------------------------------------------------------*/

#product-container
{
	padding: 5px 0px 0px 0px;
}

#product-container H1.product-name
{
	font-size: 1.33em;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
}

#product-container .navigation
{
	float: right;
}

#product-container #column1
{
	float: left;
	width: 310px;
}

#product-container #column2
{
	float: left;
	width: 519px;
}

#product-container #image-container
{
	text-align: center;
}

#product-container #image-container BR
{
	display: none;
}

#product-container #image-container #product .ProductPic
{
}

#product-container #image-container #play-video-overlay
{
	position: relative;
	top: 5px;
	left: 10px;
	cursor: hand;
	cursor: pointer;
	border: none;
}

#product-container #image-container #video
{
	display: block;
	width: 300px;
	height: 500px;
	margin: 0 auto;
}

#product-container #image-container .view-options
{
	width: 300px;
}

#product-container #image-container .view-options SPAN
{
	margin-right: 7px;
}

#product-container #image-container .view-options IMG
{
	vertical-align: middle;
}

#product-container #image-container .view-options .play-video
{
	cursor: hand;
	cursor: pointer;
}

#product-container #image-container .gallery
{
	margin: 0px 0px 0px 10px;
	text-align: left;
}

#product-container #image-container .gallery IMG
{
	margin-right: 10px;
	width: 50px;
	height: 80px;
}

#product-container #tabs-container
{
	height: 200px;
	border-bottom: 1px solid #97a5b0;
	clear: none;
}

#product-container #addtocart-container
{
	margin-top: 2px;
}

#product-container #addtocart-container TD
{
	vertical-align: top;
}

#product-container #addtocart-container #color
{
	margin-top: 8px;
	width: 65px;
}

#product-container #addtocart-container #color BR
{
	display: none;
}

#product-container #addtocart-container #color .label
{
	margin-bottom: 3px;
}

#color
{
	height: 207px;
}

#product-container #addtocart-container #price
{
	margin: 10px 0px 10px 10px;
	font-size: 1.25em;
	line-height: 1.75em;
}

#product-container #addtocart-container #price .SalePrice
{
}

#product-container #addtocart-container #addtocart
{
	width: 329px;
}

#product-container #addtocart-container #addtocart #Quantity
{
	font-size: 1em;
}

#product-container #addtocart-container #addtocart .AddToCartButton
{
	position: relative;
	top: 12px;
	right: -15px;
	float: left;
}

#product-container #addtocart-container #addtocart .AddToWishButton
{
	position: relative;
	top: 42px;
	right: 87px;
	float: left;
}

#product-container #addtocart-container #service
{
	float: right;
	margin-right: 5px;
}

#product-container #addtocart-container #returns
{
	float: left;
	margin: 30px 0px 0px 0px;
}

#product-container #addtocart-container #email-friend
{
	float: left;
	margin: 31px 0px 0px 10px;
}

#product-container #addtocart-container #also-like-caption
{
	margin-left: 15px;
}

#product-container #addtocart-container
{
	width: 125px;
}

#promotion DIV SPAN IMG
{
	width: 125px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
	display: block;
}

#product-container #related-container .caption
{
}

#product-container #related-container
{
	width: 300px;
	margin: 0px 0px 0px 1px;
}

#product-container #related-container .related-product
{
	margin: 1px 19px 0px 0px;
}

.related-product img
{
	width: 100px;
	height: 160px;
}

/*----------------------------------------------------------------------------*/

#ratings-container .rating-title
{
	display: block;
	font-weight: bold;
}

#ratings-container .your-rating
{
	font-style: italic;
}

#ratings-container .your-rating-link
{
	font-style: italic;
}

#ratings-container .hr
{
	margin: 15px 0px 10px 0px;
	border-top: 1px solid #DDDDDD;
}

#ratings-container IMG
{
	vertical-align: top;
}

/*----------------------------------------------------------------------------*/

#inventory-container TABLE
{
}

#inventory-container TD
{
	white-space: nowrap;
	padding: 0px 3px 0px 3px;
	border-bottom: 1px solid #E9EAEA;
}



/*--------------footer------------------*/

.clear
{
	clear: both;
}

#footer
{
	width: autopx;
	height: auto;
	margin: 5px auto;
	padding: 10px;
	font-size: 13px;
	font-family: Arial;
	z-index: 0;
}

#footer div.Img13
{
	float: left;
	padding: 10px 5px 10px 5px;
	width: 96px;
}

#footer div.Img13 a
{
	border: none;
	display: block;
	text-decoration: none;
}

#footer div.footer_nav
{
	float: right;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	width: 100%;
	line-height: 14px;
}


#footer div.footer_nav ul li
{
	display: inline;
}

#footer div.footer_nav ul li a
{
	color: rgb(79,89,91);
}

#footer div.footer_nav ul.Rights
{
	font-size: 11px;
	margin-top: 10px;
}

#search
{
	margin: 0px 10px 0px 0px;
}
#search input
{
}
#SectionTitleText
{
	display: inline;
	font-weight: normal;
}
#nowinDiv1
{
	display: inline;
	font-weight: normal;
}
spqdevSpecialMediumImg img
{
	width: 270px;
	height: 450px;
}

#nowinDiv1
{
	margin:0px 0px 0px 5px;
	float:none;
	background-color: #ffffff;
	color: #000000;

}

.hiddentext 
{
display:none;
}
