/* ########## CSS COCA-COLA CLOTHING ########## */
* {
	margin:0;
	padding: 0;
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

a:focus {
	outline: none;
}

body {
	background: url("../img/content/bkg-degrade.gif") repeat-x;
	margin: 0;
	padding: 0;
	height: 100% !important;
}
/* ########## CONTEUDO GERAL ########## */
html {
	background: #C6B9B9 url("../img/content/bg-home.gif");
	height: 100% !important;
}

div#listras {
	width: 1532px;
	height: 285px;
	position: absolute;
	/* top: 0; */
	top: 26px;
	left: 50%;
	margin-top: 0;
	margin-left: -1280px;	
	background: url("../img/content/bg-listras.gif") 0 0 no-repeat;
}

div#picotado {
	width: 905px;
	height:100%;
	position: absolute;
	/* top: 0; */
	top: 26px;
	left: 50%;
	margin-top: 0;
	margin-left:-1280px;	
	background: url("../img/content/bg-picotado.gif") 100% 0 repeat-y;
}

div#wrapper {
	width: 780px;
	margin: 0 auto 0 auto;
	position: relative;
	padding-top: 140px;
	/*padding-bottom: 20px;*/
}

/* ########## LEFT ########## */
div#content-left{
	float: left;
	padding-left: 30px;
}

div#content-right{
	float: right;
	padding-right:30px;
}

div#content-left div#desfiles{
	width: 320px;
	padding-bottom:20px;
}
* html div#content-left div#desfiles{
	padding-bottom:24px;
}
*+ html div#content-left div#desfiles{
	padding-bottom:33px;
}
	

div#content-left div#desfiles h2{
	background:url("../img/content/t-desfile.gif") no-repeat;
	width:320px;
	height:30px;
	text-indent:-1000px;
}


div#content-left div#desfiles .box-content img{
/*	padding: 12px 0 76px 0; */

}

div#desfiles .box-content{
	background:url("../img/content/bg-box.gif");
	padding:12px 0 22px 0;
	_padding:12px 0 15px 0;
}

div#content-left div#desfiles ul.downloads {
	background:url("../img/content/bg-downloads.gif") no-repeat;
	width:320px;
	height:13px;
}

div#content-left div#desfiles ul.downloads li {
	float: right;
	padding-right:7px;
	list-style: none;
}

div#content-left div#desfiles ul.downloads li a {
	display:block;
	height: 13px;
	width:56px;
}


div#content-left div#colecoes{
	width: 322px;
}

div#content-left div#colecoes h2{
	background:url("../img/content/t-colecoes.gif") no-repeat;
	width:320px;
	height:30px;
	text-indent:-1000px;

}

div#content-left div#colecoes ul.box-content{
	background:url("../img/content/bg-colecoes.gif") no-repeat;
	width:320px;
	height:125px;
}

div#content-left div#colecoes ul.box-content li{
	list-style: none;
	cursor: pointer;

}

div#content-left div#colecoes ul.box-content li a{
	text-decoration: none;
	cursor: pointer;
}

div#content-left div#colecoes .box-content img{
	padding: 5px;

}

div#content-left div#colecoes .colecoes-base{
	background:#555555;
	width: 320px;
	height:15px;
}
/* ########## RIGHT ########## */
div#content-right{
	position:relative;	
}

a#linkBLOG{
       position:absolute;
       width:124px;
       height:124px;
       display:block;
       text-indent:-50000px;
       background-image: url("../img/content/linkBlog.png") !important;
       background-image: none;
       filter: none !important;
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,sizingMethod=crop src='img/content/linkBlog.png');
       background-repeat:no-repeat;
       top:-100px;
       left:245px;
	   cursor:pointer;
}
div#content-right div#fotos{
	width: 380px;
	padding-bottom:24px;
	_padding-bottom:12px;

}

div#content-right div#fotos h2{
	background:url("../img/content/t-fotos.gif") no-repeat;
	width:380px;
	height:30px;
	text-indent:-1000px;
}

div#content-right div#fotos ul.box-content{
	width:377px;
	height:330px;
	background:url("../img/content/bg-box.gif");
	float:left;
	padding:7px 0 10px 3px;
}

div#content-right div#fotos ul.box-content li{
	float:left;
	list-style:none;
	line-height:0;
	padding:3px 3px 0 0;

}

div#content-right div#fotos ul.box-content li a img{
	display: block;
	width:44px;
	height:68px;
	opacity:1.0;
	filter:alpha(opacity=100);
}

div#content-right div#fotos ul.box-content li a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);	
}

div#content-right div#fotos ul.fotos-base {
	background-color: #E4201B;
	width: 380px;
	height:13px;
	float: left;
}

div#content-right div#fotos ul.fotos-base li {
	float:right;
	list-style:none;
	font-size:11px;
	font-weight:bold;
	color: #fff;
	width:14px;
	cursor: pointer;
}

div#content-right div#fotos ul.fotos-base li a {
	display:block;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
}
div#content-right div#fotos ul.fotos-base li a:hover {
	background: #fff;
	width:14px;
	height:13px;
	color:#E4201B;

}

div#content-right div#fotos ul.fotos-base li.anterior {
	width:22px;
}

div#content-right div#fotos ul.fotos-base li.anterior a:hover,
div#content-right div#fotos ul.fotos-base li.proximo a:hover {
	text-decoration:none;
	background: none;
}

div#content-right div#fotos ul.fotos-base li.proximo {
	width:20px;
	text-decoration:none;
}

div#content-right div#onde-comprar{
	width: 380px;
}

div#content-right div#onde-comprar h2{
	background:url("../img/content/t-onde-comprar.gif") no-repeat;
	width:380px;
	height:30px;
	text-indent:-1000px;
}

div#content-right div#onde-comprar .box-content {
	background:#fff0f0;
	height:99px;
}

/* ########## FORMULARIO ########## */
fieldset.standardForm { 
	border: 0; height:70px;
}

fieldset.standardForm .estado {
	width:100px; 
	float:left; 
	font-size:11px;
}

fieldset.standardForm .cidade {
	width:200px; 
	float:left; 
	font-size:11px;
}

fieldset.standardForm .small {
	width:70px;
}

fieldset.standardForm .large {
	width:200px;
}

fieldset.standardForm select { 
	clear:both; 
	border:1px solid #7F9DB9; 
	margin-left:10px; 
}

fieldset.standardForm p.standardFormButton { 
	float:right; 
	padding:35px 15px 5px 5px; 
}

.hr {
	background:url(../img/content/bg-hr.gif) repeat-x;
	width:340px;
	height:18px;
}

		



