/* stylesheet valeantonline.eu */
/* 02.06.2008 */
/* Â©2008 by schaufelberger + havlik (www.s2h.ch) */


body, table, tr, td, div { font-family: Arial, Helvetica, Verdana, sans-serif; color: #000000;}
a:link { color:#52176F; text-decoration: none; }
a:hover { color:#52176F; text-decoration: underline; }
a:visited { color:#52176F; text-decoration: none; }

/* Minimal CSS */
* {
	margin:0;
	padding:0;
}

hr {
    margin-bottom: 10px;
}

html, body {
	height:100%;
	background-color:#EFEFEF;
}


/* DIV-Styling */
#wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
	background-image: url(++resource++valeant.theme.images/container_background.gif);
	background-repeat: repeat-y;
}



#header {
	height:100px;
}


#content_europeanportal {
	height:450px;
}

#content_countryportal {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #52176F;
	border-bottom-style: solid;
}

.product_wrap {
	width:760px;
	margin-bottom: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #35508c;
}

.product_image {
	position:relative;
	width:160px;
	float: left;
}

.product_title {
	position:relative;
	width:585px;
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}

.product_variations {
	position:relative;
	width: 350px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}

.product_buy {
	position:relative;
	width: 65px;
	float: left;
}

#footer {
	height:50px;
	padding-left: 20px;
}


/* extended font-definitions */

.product_name {
	font-weight: bold;
	font-size:16px;
	color: #35508c;
	padding-bottom: 4px;
	background-color: #EFEFEF;
	padding-top: 4px;
}

.product_subtitle {
	font-size:12px;
	color: #35508c;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 150px;
}

.product_text {
	font-weight: bold;
	font-size:16px;
	color: #35508c;
	padding-bottom: 8px;
}

.product_price {
	font-weight: bold;
	font-size:14px;
	text-align: right;
}


.body_9 { font-size:9px; line-height:13px; }

.body_10 { font-size:10px; line-height:13px; }

.body_10bold { font-size:10px; line-height:13px; font-weight: bold; }

.body_12 { font-size:12px; line-height:16px; }

.body_14 { font-size:14px; line-height:18px; }

.body_18 { font-size:18px; line-height: 24px; }

.body_18bold { font-size:18px; font-weight: bold; line-height: 24px; }

.body_18bold_caps {
	font-size:18px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
}

.tableborder { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #666666 }

.tableborder2 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #666666; border-top-width: 1px; border-top-style: solid; border-top-color: #666666 }

.tableborder3 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #35508c }

p.shopdesc {
	padding-right: 180px;
	margin-top: 20px;
}


/* basic form-definitions */

form { border:none; /* IE bug fix */ margin-bottom:0px }
textarea { border:#666666 solid 1px; background-color:#FFFFFF; padding:0.1em; }
input { border:#666666 solid 1px; font-size:9px; background-color:#FFFFFF ; vertical-align: middle; margin-bottom:1px; /* IE bug fix */ padding:3px; }
select { border:#666666 solid 1px; vertical-align:top; }
.imagebutton {border:none;}

input.context {
    margin-top: 15px;
    margin-bottom: 25px;
}

/* portalmessage styles */
dl.portalMessage {
    margin: 5px;
    margin-right: 20px;
    margin-left: 180px;
    font-weight:bold;
    font-size: 12px;
}

dl.portalMessage dt {
    padding: 5px;
}
dl.portalMessage dd {
    padding: 5px;
    background-color: #EFEFEF;
}

dl.info dt { background-color: #AAAAAA; }
dl.error dt { background-color: yellow; }

/* cart styles */
h1.documentFirstHeading {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

form#vendocart_form {
    margin-bottom: 20px;
}

table#vendocart {
    width: 100%;
    margin-bottom: 20px;
}

table#vendocart th {
    text-align: left;
    font-size: 10px;
}


table#vendocart tr {
    font-size: 12px;
    height: 20px;
}

table#vendocart tr.itemline td {
    background-color: #EFEFEF;
    color: #35508C;
    font-size: 12px;
}

td.itemname {
    width: 40%;
}


div#shipping_address, div#invoice_address {
    margin: 20px;
    padding: 15px;
    font-size: 12px;
}
div#shipping_address {
    margin-top: 17px;
}
div#shipping_address {
    margin-left: 0px;
    padding-left: 0px;
}

div#shipping_address h3, div#invoice_address h3 {
   font-size: 18px;
    margin-bottom: 10px;
}

div#shipping_address h3 {
    margin-bottom: 30px;
}

div.field label {
    font-size: 12px;
}

div.field {
    font-size: 12px;
}
div.field input {
    width: 330px;
}

div.fieldErrorBox {
    font-size: 10px;
    font-weight: bold;
    color: red;
}

form#finish_form {
    margin-bottom: 20px;
}

input#editcart {
    margin-bottom: 15px;
}

h3#address, h3#inv_address, h3#payment {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
div.disp_address {
    font-size: 12px;
    margin-top: 10px;
}

form#paypalform {
    padding-top: 10px;
    padding-bottom: 20px;
}
