/**
 * Cool Blue - Vod Adult Stylesheet for Osfranchise2.
 * 
 * Version 0.1
 * Last Update 22/01/2009
 **/

* {
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#525252;
	line-height:normal;
	/*background:#F3F3F3;*/
}

#wrapper {
	width:978px;
	margin:0 auto;
	background: transparent url('../images/border_shadow.png') repeat-y;
}

#header {
	margin:0 6px;
	background: transparent url('../images/header_bg_gradient.png') repeat-x 0px 0px;	
}

#content p {
	font-size:12px;
	padding:0 20px;
}
#content p.breadcrumb {
	margin-bottom:15px;
	padding:0 20px;
}
/**
 * Some comon tags
 **/

img {border:0;}
a {color:#5ec4ef; text-decoration:none;} /* Color: Active blue */
a:hover {color:#5ec4ef;	text-decoration:underline;}
.clear {clear: both;}
.right {float:right;}
.left {float:left;}
.center {text-align:center;}
h5 {font-weight:lighter; font-size:12px; padding-top:3px;}
/**
 * Start Top Search
 **/

#header #search {
	float:right;
	margin:10px 10px 0 0;
}

#header #search #search_submit {
	font-size:5px;
	position:relative;
	left:5px;
	border: 0px;
	float:left;
	margin:0;
	width:49px;
	height:23px;
	background: transparent url('../images/search_submit.png') no-repeat;	
	
}

#header #search #search_input {
	font-size:13px;
	border: 1px solid #88d5fc;
	height:17px;
	width:177px;
	padding:2px 2px 2px 10px;
	margin:0;
}

/**
 * End Top Search
 **/

/**
 * Start Top Menu
 **/
#header #menu {
	font-size:13px;
	font-weight:lighter;
	padding:10px 20px 10px 20px;
}

#header #menu a {
	color:#c5c5c5; /* Color: Default grey */
	text-decoration:none;
	margin-right:15px;
}

#header #menu a.active {
	color:#5ec4ef; /* Color: Active blue */
	text-decoration:none;
}

#header #menu a:hover {
	color:#5ec4ef; /* Color: Active blue */
	text-decoration:none;
}

#header #menu span.menu_separator {
	display:inline;
	height:23px;
	width:1px;
	background: transparent url('../images/menu_separator.png') no-repeat;
	margin-right:12px;
}

/**
 * End Top Menu
 **/

/**
 * Start Header Logo
 **/
#header #logo {
	background: transparent url('../images/header_logo.png') no-repeat;
	height:207px;
	width:966px;
}

#header #logo a {
	margin-left:384px;
	display:block;
	height:180px;
	width:200px;
}
/**
 * End Header Logo
 **/


/**
 * Start Left Column
 **/

#left_col {
	margin:0 6px 15px 6px;
}

/**
 * End Left Column
 **/

/**
 * Start Cat Container
 **/

.cat_header {
	background: transparent url('../images/cat_header.png') no-repeat;
	height:15px;
}

.cat_content {
	word-spacing:4px;
	background: transparent url('../images/cat_content.png') repeat-y;
	padding:0pt 25px;
}
.cat_content h2 {
	margin-bottom:5px;
}
.cat_content p {
	font-size: 12px;
	padding-bottom:5px;
}
.cat_footer {
	background: transparent url('../images/cat_footer.png') no-repeat;
	height:15px;
}

.cat_content a {
	font-size:13px;
}

.cat_content a.current {
	text-decoration:underline;
	font-weight:bold;
}
/**
 * End Cat Container
 **/

/**
 * Start Product container
 **/

.product_container {
	margin-bottom:20px;
}

.product_container div.product_top {
	font-size:17px;
	color:#FFF;
	height:34px;
	background: transparent url('../images/product_top.png') no-repeat;	
	padding:16px 30px 0pt;
}


.product_container div.product_top h4 {font-size:17px;font-weight:lighter;}
.product_container div.product_top h4 a {color:#FFF;}

.product_container .product_content {
	background: transparent url('../images/product_content.png') repeat-y;
	padding:0 30px;
	min-height:600px;
	_height:600px;
}

.product_container div.product_bottom {
	background: transparent url('../images/product_bottom.png') no-repeat;
	height:15px;
}

.product_container .product_description {
	margin: 10px 0 0 0;
}
.product_container .product_description p.product_attributes {margin:10px 0 0 0;text-align:center;}

.product_content .product_description p {
	padding:0 !important;
}
.product_container .product_content .download_button {
	float:right;
	width:292px;
	height:123px;
	margin-left:20px;
	background: transparent url('../images/download.gif') no-repeat;
}



#content {
	margin:0 6px;
	min-height:300px;
}

#footer {
	padding:20px 0;
	text-align:center;
	line-height:15px;
	margin:0 6px;
}

/**
 * Pagination
 **/

div.pagination {
	float:right;
	margin-right:15px;
	margin-top:3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #C2C2C2;
	text-decoration: none;
	color: #5ec4ef;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #5ec4ef;
	color: #324D49;
}

div.pagination span.courante {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5ec4ef;
	font-weight: bold;
	background-color: #5ec4ef;
	color: #FFF;
}

div.pagination span.desactive {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}