*{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: arial, verdana, helvetica, sans-serif;
	height: 100%;
	background: url(../images/bg_content.gif) left 48px repeat-x white;
	font-size: 12px;
}

#intro { background-image: none; }

#prod-detail
{
	background-image: none;
	background-color: white;
}

/*========Table Styles========*/
* html #site-content
{
	margin: 0 50%;
}

table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.tableheight100
{
	height: 100%;
}

td
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #828282;
}

.bgstruct-menu
{
	background: url(../images/title_collections.gif) right bottom no-repeat;
}

.content
{
	padding: 75px 37px 50px 32px;
	height: 100%;
}

.content-prod
{
	padding: 75px 37px 0 32px;
	height: 100%;
}

#font11
{
	border: 1px solid #E3E3E3;
}

h2
{
	margin: 45px 0 30px 108px;
}

#products h2
{
	margin: 45px 0 10px 65px;
}

h3
{
	color:#AA2536;
	font-size: 14px;
	font-weight: bold;
}

#page-content
{
	padding: 0 10px 5px 10px;
}

.replist-title
{
	color: #444444;
	font-weight: bold;
	font-size: 12px;
}

#sales-rep span
{
	font-size: 10px;
}

#sales-rep span a
{
	font-size: 10px;
	text-decoration: underline;
}

.cat-title
{
	font-size: 19px;
	color: #D51F35;
	margin: 0;
}

.replist-content
{
	border-bottom:1px solid #DDDDDD;
	padding: 0 3px 5px 3px;
}

.bgfooter
{
	background: url(../images/bg_footer.gif) left top repeat-x white;
}

.tdrequired
{
	color:#AA0000;
}
.tdsucces
{
	color:#008800;
}

.tooltipClassbody
{
	border: 6px solid #D0D0D0;
	filter: alpha(opacity=95);
	opacity: 0.95;
}

#returns-list
{
	list-style-type: decimal;
	margin: 10px 0 0 20px;
}

a{
	font-size: 12px;
	text-decoration: none;
	outline: none;
	/*color:#AA2536;*/
	color: #828282;
}

#font11 a
{
	/*text-decoration: underline;*/
}

a:hover
{
	color: #AA2536;
	text-decoration: none;
}

.asubmenu
{
	color: #9F9F9F;
	font-size: 11px;
	padding: 10px;
	height: 16px;
	text-decoration: none;
	border-bottom: 4px #F5F5F5 solid;
}
.asubmenu:hover 
{  
	color: #AA0000;
	font-size: 11px;
	padding: 10px;
	height: 16px;
	text-decoration: none;
	background: #F8F8F8;
	border-bottom: 4px #DDDDDD solid;
}

.afooter:link,.afooter:visited
{
	font-size: 10px;
	display: block;
	height: 95px;
	color: #858585;
	padding: 15px 11px 0 11px;
	text-align: center;
}

.afooter:hover
{
	background: #E1E1E1;
}

/************************************
			Forms
************************************/
input,select
{
	border: 1px solid #CCCCCC;
	font-size: 10px;
	color: #524D4D;
	padding: 2px 2px;
}
textarea
{
	border: 1px solid #717171;
	font-size: 11px;
	color: #717171;
	padding: 2px 2px;
}
.submit:focus, .submit, .submit:hover
{
	background: #AA0000;
	color:white;
	text-decoration:none;
	padding: 3px 8px 3px 8px;;
	border-top: 1px solid #FFCCCC;
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;
	border-left: 1px solid #FFCCCC;
	font-size: 10px;
}
.cart_submit
{
	font-size: 11px;
	border: 0;
	background: white;
	cursor: pointer;
	padding: 0;
	margin:0;
	color: #B57872;
}

.form-details
{
	background: #FCF3F2;
	color: black;
	border: 1px #B47671 solid;
	font-size: 10px;
}
/************************************
			END Forms
************************************/



/* MEDIA */
#media, .news-details-images {
	list-style: none;
	margin: 0;
	padding: 0;
}
#media .news-index-item {
	display: block;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	/*background: url(../images/common/bg-linie-punctata.gif) repeat-x left bottom;*/
}
#media span { /* data */
	font-style: italic;
	color: #da1f49;
}
#media p {
	color: #919191;
}
#media a:link, #news ul a:visited {
	font-style: italic;
	color: #2368a4;
	text-decoration: none;
}
#media a:hover {
	text-decoration: underline;
}



.news-details-images {
	/*margin: 10px 0 0 0;*/
	padding: 0;
	list-style-type: none;
	display: block;
}
.news-details-images li {
	margin: 10px 5px 0 0;
	padding: 0;
	float: left;
}
.news-details-images img {
	border: 1px #444444 solid;
}

