/* CSS Document */
#centerColumn {
	float:left;
	width:439px;
	margin-right:30px;
	position:relative;
	font-size:1.3em;
}

#pricetag
{
	position:absolute;
	right:11px;
}

#minipricetag
{
	position:inherit;
	left:0px;
		
	/*top:0;
	right:0;
	width:52px;
	height:20px;
	line-height:20px;
	background:url(../images/common/pricetag.png) 0% 0% no-repeat;
	text-align:center;
	font-size:14pt;
	color:#fff;*/
}


#pricetagCenter
{
	top:0;
	width:104px;
	height:50px;
	line-height:50px;
	background:url(../images/common/price_btn_center.png) 0% 0% repeat;
	text-align:center;
	font-size:30pt;
	color:#fff;
}

#pricetag sup { 
	line-height: 0;
	font-size:14pt;
} 

#minipricetagCenter
{
	top:0;
	width:104px;
	height:35px;
	line-height:35px;
	background:url(../images/common/mini_price_btn_center.png) 0% 0% repeat-x;
	text-align:center;
	font-size:18pt;
	font-family:Arial;
	font-weight:lighter;
	color:#fff;
}

#miniPricetagCenter sup { 
	line-height: 0;
	font-size:10pt;
} 

#miniPriceTag1 {
	position:relative;
	top:0;
	right:0;
	width:52px;
	height:20px;
	line-height:20px;
	background:url(../images/common/pricetag.png) 0% 0% no-repeat;
	text-align:center;
	font-size:14pt;
	color:#fff;
}

#miniPriceTag sup { 
	line-height: 0;
	font-size:9pt;
} 

#itemOverview {
	line-height:200%;
}

#itemDescription {
	margin-top:30px;
	margin-bottom:40px;
}

#itemDescription p {
	margin-top:10px;
	line-height:130%;
}

#contactSeller {
	width:439px;
	background:url(../images/common/contactSeller-bg.png) 0% 0% repeat-y;
}

.largeGreyBox {
	background:url(../images/common/boxes/large-middle.png) 0% 0% repeat-y;
	width:443px;
	float:left;
	margin-bottom:20px;
	position:absolute;
	z-index:900;
	display:none;
}

.largeGreyBox .boxTop {
	background:url(../images/common/boxes/large-top.png) 0% 0% no-repeat;
	height:5px;
	margin-bottom:12px;
	clear:both;
}

.largeGreyBox .boxContent {
	/*height:200px;*/
	width:411px;
	margin:0 16px;
	padding:2px 0 12px 0;
	background:url(../images/common/boxes/divider.png) 0% 0% no-repeat;
	float:left;
}

.largeGreyBox .boxContent p {
	margin:20px 0;
	font-size:.8em;
}

.largeGreyBox .boxContent .row {
	margin-bottom:10px;
	float:left;
	width:397px;
}

.largeGreyBox .boxContent .row .label {
	width:80px;
	float:left;
}

.largeGreyBox .boxContent .row .input {
	width:311px;
	float:left;
}

.largeGreyBox .boxContent .buttons {
	text-align:right;
}

.largeGreyBox .boxContent .row .input select {
	width:200px;
}

.largeGreyBox .boxContent .row .input textarea {
	margin:0;
	width:331px;
	height:70px
}

.largeGreyBox .boxContent strong {
	font-size:1.3em;
}
	
.largeGreyBox a:link, .largeGreyBox a:visited {
	color:#fd8c1d;
}

.largeGreyBox .divider {
	color:#fd8c1d;
}

.largeGreyBox .boxBottom {
	background:url(../images/common/boxes/large-bottom.png) 0% 0% no-repeat;
	height:7px;
	clear:both;
	width:443px;
}

.largeWhiteBox {
	background:url(../images/common/boxes/white-middle.png) 0% 0% repeat-y;
	width:362px;
	float:left;
	margin-bottom:20px;
	position:fixed;
	z-index:1000;
	display:none;
}

.largeWhiteBox .boxTop {
	background:url(../images/common/boxes/white-top.png) 0% 0% no-repeat;
	height:6px;
	margin-bottom:12px;
	clear:both;
}

.largeWhiteBox img 
{
	position:relative; 
	left:-3px; 
	top:3px;
}
	
.largeWhiteBox .boxContent {
	/*height:200px;*/
	width:330px;
	margin:0 16px;
	padding:2px 0 12px 0;
	background:url(../images/common/boxes/divider.png) 0% 0% no-repeat;
	float:left;
}

.largeWhiteBox .boxContent p {
	margin:20px 0;
	font-size:1.1em;
}

.largeWhiteBox .boxContent .row {
	margin-bottom:10px;
	float:left;
	width:316px;
	font-size:1.1em;
}

.largeWhiteBox .boxContent .row .label {
	width:120px;
	float:left;
	font-size:1.1em;
}

.largeWhiteBox .boxContent .row .input {
	width:186px;
	float:left;
}

.largeWhiteBox .boxContent .row .input .fields {
	width:196px;
}

.largeWhiteBox .boxContent .buttons {
	display:none;
}


.largeWhiteBox .boxContent strong {
	font-size:1.5em;
}
	
.largeWhiteBox a:link, .largeWhiteBox a:visited {
	color:#fd8c1d;
}

.largeWhiteBox .divider {
	color:#fd8c1d;
}

.largeWhiteBox .boxBottom {
	background:url(../images/common/boxes/white-bottom.png) 0% 0% no-repeat;
	height:6px;
	clear:both;
	/*width:443px;*/
	width:700px;
}



#flagInputSignIn .label, #forgotPassword .label {
	width:120px;
	font-size:.8em;
	font-weight:bold;
}

#flagInputSignIn .input, #forgotPassword .input {
	width:243px;
	font-size:.8em;
	font-weight:bold;
}


#imgBrandLogo 
{
	top:100px;
	float:right;
	z-index:30000;
	background-color: green;
	width: 200px;
	height:50px;
	display:block;
	left:200px;
	position:relative;
}
