/* start reset */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

td {	
	vertical-align: top;
}
/* end reset */

/* begin header */
body, td, th {
	font-family: arial;
	font-size: 12px;
}

#container {
	width: 980px;
	margin: 0;
	padding: 0;
	position: absolute; 
	left: 50%; 
	margin-left: -490px; 
}

div#BrandingArea {
	height: 75px;
	margin-top: 8px;
}

div#header {
	position: relative;
}

div#Logo {
	width: 350px;
	float: left;
	_display: inline;
}

div#SiteMenu {
	width: 680px;
	position: absolute;
	top: 50px;
	right: 0px;
	text-align: right;
	margin-top: -5px;
}

div#SiteMenu ul{
	margin: 3px 0px 0px 70px;
}

div#SiteMenu ul li {
	float: left;
	padding: 0px 19px;
	_display: inline;
}

div#SiteMenu ul li a {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

div#SiteMenu ul li a:hover {
	text-decoration: none;
	color: #721871;
}

#MainMenu { 
	display: none;
}

#adminLink {
	position: absolute;
	top: 10px;
	left: 400px;
}

#searchFields {
	float: right;
	width: 195px;
	margin-top: -3px;
}

#searchFields #searchTerm {
	border:1px solid #00BDE2;
	height: 23px;
	width: 128px;
	float: left;
}

#searchFields #searchButton {
	height:25px;
	width: 65px;
	border: 0px;
	background-color: #00BDE2; 
	color: #FFF;
	font-size: 12px;
	float: left;
}

div#ShoppingCartLink {
	float: right;
	top: 33px;
	width: 95px;
	background: url(bt_your_cart.jpg) no-repeat;
	text-align: center;
	height: 27px;
	text-indent: -999em;
}

div#ShoppingCartLink a {
	color: white;
	text-decoration: none;	
	display: block;
	width: 95px;
	height: 27px;
}

div#Header1_UpdatePanelMiniCart, div#Header2_UpdatePanelMiniCart {
	float: right;
	width: 170px; /*140 */
	background: none; /* url(bg_top_cart.jpg) no-repeat; */
	height: 27px;
	padding: 2px 0px 0px 0px;
	color: #808080;
	font-weight:normal;
	margin-right: 0px;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Helvetica,sans-serif
	font-size: 14px;
}

div#MainMenu {
	clear: both;
}

div#MenuLevel1 {
	float: right;
	width: 200px;
	_display: inline;
}

div#MenuLevel1 td.MenuItem a {
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}

/* begin footer */
#footermenu {
	border-top: 1px solid #CCC;
	padding-top: 15px;
	text-align: center;
}

#footermenu a {
	margin-right: 25px;
	color: #721871;
}

#footermenu a.last {
	margin-right: 0px;
	color: purple;
}

#copyright {
	margin-top: 12px;
	text-align: center;
}

/* end footer */

/* begin home */

#HomeColumn2 .HomepageBlock {
	position: relative;
}

#HomeColumn2 .HomepageBlock #startShopping {
	position: absolute;
	display: block;
	text-indent: -999em;
	outline: 0;
	width: 150px;
	height: 34px;
	top: 202px;
	left: 12px;
	background: url(bt_start_shopping.png) no-repeat;
	background-position: 0px -35px;
	/*_background: url(bt_start_shopping.gif) no-repeat;*/
	
}

#HomeColumn2 .HomepageBlock #startShopping:hover {
	background-position: 0px 0px;
}

#maincontent {
	position: relative;
	min-width: 810px;
	text-align: left !important;
	min-height: 350px;
}

div.home_footnote {
	position: relative;
	width: 490px;
}

div.home_footnote span {
	position: absolute;
	font-size: 11px;
	font-style: italic;
	bottom:50px;
}

div.home_footnote span.highlight {
	position: absolute;
	font-size: 12px;
	color: #721871;
	bottom: 125px;
	font-style: normal;
}

/* end home */

/* begin product listing */

h1 #lblCategoryName {
	display: none;
}

#lblRecordsFound {
	display: none;
}

#Sorter{
	display: none;
}

#Records table {
	width: 100%;
	margin-top: 20px;
}

.DetailProductDisplay {
	border-top: 1px solid #CCC;
	padding: 17px 175px 5px 40px;
	min-height: 185px;
}

.DetailProductDisplayImage {
	float: right;
}

.DetailProductDisplayName a, .SingleProductDisplayName a {
	text-decoration: none;
	font-size: 18px;
	color: #444;
}

.DetailProductDisplayPrice a, .SingleProductDisplayPrice a {
	text-decoration: none;
	font-size: 14px;
	color: #7CC04A;
}

.DetailProductDisplayPrice a span.ListPrice, .SingleProductDisplayPrice a span.ListPrice {
	display: none;
}

div.DetailProductDisplayDescription {
	margin-top: 15px;
	width: 455px;
	line-height:16px;
	position: relative;
}

div.DetailProductDisplayDescription a, div.DetailProductDisplayDescription a:visited {
	display:block;
	margin-top: 20px;	
	width:200px;	
	color: #721871;
	text-decoration: underline;
}


.DetailProductDisplayDescription  .ProductPropertyLabel,
.DetailProductDisplayDescription  .ProductProperty {
	display: none;
}

/* end product listing */

/* begin product page */

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #721871;
}

#ProductPageContainer {
	border-top: 1px solid #CCC;
	margin-top: 10px;
}

#ProductPageImageColumn {
	width: 470px;
}


#BreadCrumbs {
	display: none;
}

#ProductPageImageColumn {
	height: 480px;
	background: url(divider_left.jpg) no-repeat right 30px;
}

#ProductPageImageColumn #ProductImage{
	margin-top: 18px;
	text-align: center;
}

/*
#ZoomLink {
	position: absolute;
	bottom: 10px;
	left: 0px;
}
*/

#imgZoom {
	display: none;
}

#PrintThisPage {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 300px;
}

#pnlVolumeDiscounts {
	display: none;
}

#ProductDescription {
	display: block;
	/*
	position: absolute;
	top: 300px;
	*/
	width: 345px;
	margin-bottom: 24px;
}

#ProductPageContentColumn {
	background: #FFF;
	padding: 42px 0px 0px 58px;
	width: 452px;
	background: url(divider_right.jpg) no-repeat 454px 30px;
}

#ProductPageContentColumn  h1 {
	height: 60px;
	margin-bottom:160px;
	_margin-bottom:5px;
}

#Prices {
	position: absolute;
	top: 100px;
	_position: static;
}

#Prices td {
	text-align: left;
}

#Prices tr#trListPrice, #Prices tr#trYouSave {
	display: none;
}


#lblSitePrice {
	position: absolute;
	margin-left: 5px;	
	color: #7CC04A;
	font-size: 12px;
	font-weight: bold;
	_position: static;
}

#lblSitePriceName {
	width: 76px;
	font-size: 12px;
	color: #333;
}

#lblQuantity{
	/*
	position: relative;
	margin-left: -32px;
	*/
	width: 76px;
}

#ProductSKU {
	padding: 0px 0px 10px 0px;
	position: absolute;
	top:  155px;
	color: #333;
	_position: static;
}

#lblSKUTitle {
	font-size: 13px;
	color: #333;
}

#lblSKU {
	font-size: 13px;
	color: #333;
}

#trOrderQty td {
	padding-top: 10px;
}

#trOrderQty td #inQty {
	margin-left: 10px;
}

#ProductProperties {
	/*
	position: absolute;
	margin-top: 400px;
	*/
}

.ProductPropertyLabel {
	font-weight: bold;
	color: #333;
}

#btnAddButton {
	position: absolute;
	top: 200px;
	_position: static;
}

#lstProperties{
	
}

.subhead, #lstProperties span.ProductPropertyLabel{
	color: #721871;
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

#lstProperties span.ProductPropertyLabel, #lstProperties span.ProductProperty{
	display: block;
	width: 400px;
}

#lstProperties span.ProductProperty{
	margin-top: -15px;
}

#lstProperties span.ProductProperty img{
	margin-right: 10px;
	cursor: pointer;
}

/* end product page */

/* cart page */

#CartTitle {
	border-top: 1px solid #CCC;
	margin-top: 13px;
	padding: 18px 0px 12px 18px;
	
}

#CartSubTitle h3 #lblcart {
	display: none;
}

#CartContainer {
	width: 100%;
	margin: 0px 0px 18px 0px;
	border-top: 1px solid #CCC;
}

td#CartItemBlock {
	width: 100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	
}

#CartContainer #tblItems {
	width: 100%;
}

#CartContainer #trquickAdd {
	display: none;
}

#CartContainer td.Header {
	border-bottom: 1px solid #CCC;
	padding: 20px 0px 10px 0px;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.CartItem,  .CartAlternateItem {
	text-align: center;
	padding-top: 20px;
	padding-bottom:5px;
	color: #666;
	border-bottom: 1px solid #CCC;
}

.CartItem a img, .CartAlternateItem a img {
	width: auto !important;
	height: auto !important;
}

.CartItemName a {
	color: #666;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#CartUpdateBlock {
	width: 275px;
	color: #666;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

#btnUpdateTotals {
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

#btnContinueShopping {
	cursor: pointer;
}


#CartTotalBlock {
	padding: 20px 0px 0px 0px;
	width: 704px;
	color: #666;
	font-weight: bold;	
}

#CartTotalBlock br {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	display: none;
}

#CartCheckoutButtons {
	position: absolute;
	margin-top: -45px;
	margin-left: 704px;
	right: 20px;
}

/* end cart */

/* begin login */
#CheckoutSteps {
	margin: 15px 0px  0px  0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 18px 0px 18px 25px;
	min-width: 952px;
}

.CheckoutStep {
	padding: 0px 55px 0px 0px;
}

#CheckoutSteps1_lnkLogin {
	display: block;
	width: 62px;
	height: 20px;
	text-indent: -999em;
	background: url(checkout_step_login.gif) no-repeat 0px -20px;
	outline: none;
}

#CheckoutSteps1_lnkLogin.CheckoutStepCurrent {
	background-position: 0px 0px;
}

#CheckoutSteps1_lnkAddress {
	display: block;
	width: 96px;
	height: 20px;
	text-indent: -999em;
	background: url(checkout_step_address.gif) no-repeat 0px -20px;
	outline: none;
}

#CheckoutSteps1_lnkAddress.CheckoutStepCurrent {
	background-position: 0px 0px;
}

#CheckoutSteps1_lnkShipping {
	display: block;
	width: 120px;
	height: 20px;
	text-indent: -999em;
	background: url(checkout_step_shipandpay.gif) no-repeat 0px -20px;
	outline: none;
}

#CheckoutSteps1_lnkShipping.CheckoutStepCurrent {
	background-position: 0px 0px;
}

#CheckoutSteps1_lnkReview {
	display: block;
	width: 219px;
	height: 20px;
	text-indent: -999em;
	background: url(checkout_step_review.gif) no-repeat 0px -20px;
	outline: none;
}

#CheckoutSteps1_lnkReview.CheckoutStepCurrent {
	background-position: 0px 0px;
}



h1 span#lblLogin {
	display: none;
}

h3 span#lblCurrentUser, h3 span#lblCurrentUsers, h3 span#lblNewUsers {
	display: block;
	color:#721871;
	font-size:28px;
	font-weight:normal;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 25px 0px 28px 0px;
	text-indent: 26px;
	width: 415px;
	margin: 0px 40px  0px 18px;
	zoom: 1;
}

#LoginControl1_UserLogin, #NewUserControl1_NewUserLogin {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 415px !important;
	padding: 0px 0px 75px 0px;
	margin: 0px 40px 30px 18px;
	min-height: 14px;
}

#LoginControl1_UserLogin td, #NewUserControl1_NewUserLogin td {
	padding: 0px 5px 5px 5px;
}

#LoginControl1_UserLogin td.FormLabel, #NewUserControl1_NewUserLogin td.FormLabel {
	width: 135px;
}

#LoginControl1_inRememberMe {
	margin: 16px 3px 0px 0px;
}

#LoginControl1_inRememberMe, #NewUserControl1_inRememberMe {
	margin: 16px 3px 0px 0px;
}

#LoginControl1_lnkForgotPassword {
	display: block;
	margin: 12px 0px 0px 0px;
	color:#721871;
}

#LoginControl1_lnkForgotPassword:visited {
	color:#721871;
}

#LoginControl1_ForgotpasswordLink {
	color:#721871;
}

#NewUserControl1_inPassword {
	margin: 0px 0px 10px 0px;
}

span.footnote  {
	font-size: 11px;
	font-style: italic;
}

span.highlight {
	color: #721871;
}

/* address forms */

#CheckoutTable {
	width: 100%;
	margin: 88px 0px 15px 0px;
}

#CheckoutTable #CheckoutSteps {
	position:absolute;
	margin: -78px 0px 0px 0px;
	
}

#trSelectAddress h1 {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 9px 0px 8px 20px;
	
}

#CheckoutTable #AddressList {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#AddressList a.BVSmallText {
	color:#721871;
	margin-left:15px;
	margin-top:6px;
	position:absolute;
	text-decoration: underline;
}

#AddressList a.BVSmallText:visited {
	color:#721871;
}

#AddressList span.BVSmallText {
	padding-left: 15px;
	display: block;
	margin-top:  12px;
}

#AddressList span b font {
	color:#721871 !important;
	font-size: 14px;
}

#AddressList td {
	padding: 22px 0px 22px 15px;
}

#lblCannotEdit {
	margin: 5px 0px 10px 0px;
	display: block;
}

#pnlFirstAddress, #pnlSecondAddress {
	padding: 20px 0px 50px 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 956px;
}

#pnlFirstAddress td, #pnlSecondAddress td {
	height: 25px;
	padding: 5px 3px;
}	

#pnlFirstAddress td span img, #pnlSecondAddress td span img {
	position:absolute;
}	

input.FormInput, input.FormInputError {
	border:1px solid #999999 !important;
	height:20px;
}

#FirstAddressControl_txtAddressID, #FirstAddressControl_firstNameField, #FirstAddressControl_lastNameField, 
#FirstAddressControl_CompanyField, #FirstAddressControl_address1Field, #FirstAddressControl_address2Field,
#FirstAddressControl_cityField, #SecondAddressControl_txtAddressID, #SecondAddressControl_FirstNameField, #SecondAddressControl_lastNameField, 
#SecondAddressControl_CompanyField, #SecondAddressControl_address1Field, #SecondAddressControl_address2Field,
#SecondAddressControl_cityField
{
	width: 175px !important;
}

/* shipping and credit card */
#lblTotalOrder {
	display:block;
	font-weight:bold;
	margin:10px 0;
}

#pnlShipping {
	border: 1px solid #CCC;
	padding: 26px 0px 64px 27px;
	width:389px;
}

#pnlShipping h1 {
	margin: 0px 0px 15px 0px;
}

#PromotionalCode1_pnlCoupon {
	border: 1px solid #CCC;
	padding: 22px 0px 20px 22px;
	width: 395px;
	min-height: 45px;
	
}

#PromotionalCode1_pnlCoupon h3 span {
	color:#721871;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	display: block;
	
}

#tdPayment h1 {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 19px 0px 15px 27px;
	margin: 20px 0px 0px -1px;
	width: 390px;
}

#tdPayment div.ControlArea {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0px 0px 15px 27px;
	margin-bottom:20px;
	width: 390px;
	margin-left: -1px;
}

#tdPayment #PromotionalCode1_pnlCoupon div.ControlArea {
	border: none;
}

#trCreditCard div.ControlArea td img { 
	margin-right: 3px;
}

#tdPayment div.ControlArea div.ControlArea {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin: 5px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	width: auto;
}

#tdPayment div.ControlArea div.ControlArea td {
	padding: 0px 4px 5px 0px;
}


#ShipMethodsList td {
	padding: 10px 0px 0px 0px;
}

#pnlShipping a.BVSmallText {
	color: #999;
	cursor: pointer;
	display: block;
	margin: 10px 0px 0px 0px;
}

#pnlShipping a.BVSmallText, #pnlShipping a.BVSmallText span {
	color: #999;
	cursor: pointer;
}

#pnlUPSCopyright td img {
	margin: 0px 7px 0px 0px;
}

#PromotionalCode1_btnApply {
	position: absolute;
	margin-top:-2px;
}

/* order review */

#OrderItemPreview {
	padding: 20px 0px 0px 35px;
	
}

#pnlInstuctions {
	margin: 100px 0px 0px 0px;
	border: 1px solid #CCC;
	padding: 15px 30px 30px 15px;
}

#lblInstructionNote {
	color:#721871;
	font-size:16px;
}

#pnlInstuctions textarea {
	width: 530px;
	border: 1px solid #CCC;
	margin-top:10px;
}

#PlaceOrderCell #btnSubmit {
	position: absolute;
	top: 280px;
	margin-left:-945px;
	z-index: 10;
}

#lblOrderInfo{
	position: absolute;
	top: 65px;	
	width: 490px;
	left:35px;
}

#CheckoutPayment{
	position: absolute;
	margin-left:-330px;
	border:1px solid #CCCCCC;
	padding: 120px 0px 10px 15px;	
	top: 304px;
	z-index: 5;
	width: 305px;
}

#CheckoutPayment fieldset:first-child legend:first-child {
	margin-top: -110px;
	position: absolute;
	color: #721871;
	font-size: 16px;	
}

.CheckoutTotals{
	position: absolute;
	margin-left:-315px;
	top: 340px;
	width: 240px;
	z-index: 10;
}

#PackageList {
	border:1px solid #CCCCCC;
	margin: 0px 0px 20px 0px;
}

hr {
	display: none;
}

#PackageList table {
	margin: 20px 0px 20px 0px;
}

#PackageList > tbody > tr > td > table > tbody > tr > td:first-child {
	color: #721871;
	font-size: 16px;
	text-indent: 10px;
}

#PackageList table td #PackageList__ctl1_PackageShipAddress {
	margin: 30px 0px 0px 0px;
	display: block;
	position: relative;
}

#PackageList table td.BVSmallText a {
	margin: 0px 0px 0px 0px;
	display: block;
}

#PackageList table td.BVSmallText a#EditShipAddressLink {
	margin: 0px 0px 0px 0px;
	display: inline;
}


#PackageList table table {
	margin: 10px 0px 0px 0px;
	width: 425px !important;
}

#PackageList table table td {
	padding: 7px 7px 7px 7px;
}

/*checkout confirm page*/
#lblThankyou {
	font-weight: normal;
	color:#721871;
	font-size: 28px;
}

#lblThankyou span.note{
	display: block;
	margin-top: 10px;
	font-weight: normal;
	color:#666;
	font-size: 12px;
}

#pnlOKAY {
	border-top: 1px solid #ccc;
	padding: 10px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
}

#pnlOKAY a, #pnlOKAY a:visited {
	color:#721871;
}

#pnlOKAY #lblInstructions {
	display: none;
}

#pnlOKAY table {
	border: 1px solid #ccc;
	width: 625px !important;
	margin: 0px 0px 20px 0px;
}

#pnlOKAY table td {
	padding: 0px 0px 0px 25px;
}

#pnlOKAY table td h1{
	padding: 20px 0px 0px 0px;
}

#OrderViewer1_lblBillTo, #OrderViewer1_PackageList span.FormLabel,
#OrderViewer1_lblPayment{
	display: block;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	color: #000;
}

#OrderViewer1_lblBillAddress, #OrderViewer1_PackageList__ctl0_PackageShipAddress {
	margin-top: -12px;
	display: block;
}

#OrderViewer1_lblPaymentMethod {
	margin-top: -24px;
	display: block;
}

#OrderViewer1_PurchaseOrderLabel {
	margin-top: -12px;
	display: block;
}

#OrderViewer1_PrintButton{
	display: block;
	margin: 15px 15px 0px 0px;
}


#pnlOKAY table table {
	border: 0px;
	width: auto !important;
	margin: 0px 20px 20px 0px;
}

#pnlOKAY table table td {
	padding: 0px 0px 0px 0px;
}

#pnlOKAY table table table {
	border-width: 0px !important;
	width: 580px !important;
	margin: 0px 0px 0px 0px;
}

#pnlOKAY table table table td {
	padding: 5px;
	border-width: 1px !important;
	border-color: #ccc !important;
	border-style: solid !important;	
}

#pnlOKAY b font {
	color:#666 !important;
	font-weight: normal;
}

.WebPageMessage .WebPageMessageWarning {
	color: red;
	position: relative;
	top: 0px;
	height: 1px;
	width: 100%;
}

.WebPageMessage .WebPageMessageWarning .Message {
	color: red;
	position: absolute;
	top: 80px;
}

/*Your Account */
.ErrorMessage ul li {
	color: red;
}

.NavColumnBlock {
	width: 170px;
}

.NavColumnBlock h4 span {
	color:#721871;
	font-size: 16px;
	display: block;
	margin: 0px 0px 5px 0px;
}

.NavColumnBlock ul li {
	margin: 0px 0px 5px 0px;
}

.NavColumnBlock ul li a, .NavColumnBlock ul li a:visited, .NavColumnBlock ul li a font {
	color:#666 !important;
}

span#MyAccountMenu1_lblBacktoStore{
	color:#666;
	font-weight: bold;
}

#ChangeEmail, #pnlRegisteredName, #pnlChangePassword, #pnlCreditCardBox, #pnlCreditCardBox {
	margin: 10px 0px 10px 0px;
}

#ChangeEmail td, #pnlRegisteredName td, #pnlChangePassword td, #pnlCreditCardBox td, #pnlCreditCardBox td {
	padding: 3px 5px 3px 5px;
}

.FormTable td span img {
	position: absolute;
}

.FormTable  td {
	height: 25px;
	padding: 5px 3px;
}	

/*search */
.SingleProductDisplay {
	margin-bottom: 20px;
}

.SingleProductDisplayShortDesc a {
	color: #000;
	text-decoration: none;
	width: 375px;
	margin: 5px 0px 5px 0px;
	display: block;
}

.SingleProductDisplayAddToCartButton {
	margin-top: 10px;
}

iframe.doubleclick {
	position: absolute;
}

/*print stylesheet*/
@media print {
	#container {
	margin:0 0 0 0px;
	padding:0;
	position:static;
	width:650px;
	}

	#maincontent {
	min-width:600px;
	}

	div#Logo {
		width:auto;
	}

	div#SiteMenu, div#Header1_UpdatePanelMiniCart, 
	div#Header2_UpdatePanelMiniCart, #ShoppingCartLink 
	{
		display: none;
	}	
}
/*end print stylesheet*/

#PromotionalCode1_lblMsg
{
	position: relative;
	top: -4px;
}
