/* 
    Document   : layout
    Created on : Feb 15, 2010, 5:59:11 PM
    Author     : Azaz, Helman
    Description:
	Purpose of the stylesheet follows.
*/


/* ------------------------------------------------------------- */
/*	COMMON CSS													*/
/*-------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin:0;
	padding:0;
}

/*
div#cdm_*{
	overflow:hidden;
}
*/
ul.pagination {
	margin-top:40px;
}

ul.pagination li {
background:transparent none repeat scroll 0 0;
display:inline;
padding:2px 1px;
}

/* ------------------------------------------------------------- */
/*	VIRTUEMART CSS													*/
/*-------------------------------------------------------------*/

/* vm css*/
/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* General Shop Styles here please */

.vmCartDetails{
    float:left;
    margin-right:15px;
}


.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #1112f3;
	border-bottom: 1px solid #252627;
	font-weight : bold;
	color:#ffffff;
}

/*
General Form Styling
*/
label.error {
    color: red;
    float: none;
    padding-left: 0.5em;
    vertical-align: top;
}
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

#agreed_div {
	white-space: normal;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
.missing {
	color:red;
	font-weight:bold;
}

.addtocart_button, .notify_button {
	text-align:center;
	background-position:bottom left;
	width:135px;
    height:19px;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
.addtocart_button {
	/*background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-add-to-cart-blue.gif) no-repeat  center transparent; */
}
.notify_button {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-notify-blue.gif) no-repeat  center transparent;
}
.addtocart_button_module {
	text-align:center;
	background-position:bottom left;
	width:160px;height:30px;
	cursor:pointer;
	color: #000000;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-transparent.gif) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	
}

input.addtocart_button_module:hover  {
	color: #333333;	
}

.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}
.quantity_box_button {
	width:20px;
	vertical-align:middle;
	height:21px;
	background-repeat: no-repeat;
	background-position: center;
   border:1px solid #000;
}
.quantity_box_button_down {
	background-image: url(images/http-xtrim-oz24-net-proof-v8-2-images-down-arraow.png);
}
.quantity_box_button_up {
	background-image: url(images/http-xtrim-oz24-net-proof-v8-2-images-up-arraow.png);
}
.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	width: 40%;
}
.checkout_link {
	margin-left: 40px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-forward.png) no-repeat left;
}
.continue_link {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-back.png) no-repeat left;
}

.next_page {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-next-16x16.png) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}
.previous_page {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-css-images-previous-16x16.png) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: #d3d3d3;
	border: 2px solid gray;
	margin: 10px;
	padding: 0px 0px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px;
}

/* The PDF, Email and Print buttons */
div.buttons_heading {
	margin:10px;
	width:10%;
	float:right;
}

#vmMainPage div.buttons_heading {
	margin:0px;
	width:0px;
	float:right;
}

.productPrice {
	font-weight:bold;
	white-space: nowrap;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width:100%;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}

.browseProductTitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
	width: 100%;
	float: left;
    color:#2828F5;
}

.browseProductTitle a{
	font-size: 14px; 
	font-weight: bold;
	width: 170px;
    color:#2828F5;
}

.browseProductImageContainer {
	float: left;
	width: auto;
	margin: 3px;
}
.browseProductDetailsContainer {
	float: left;
	width: 70%;
}
.browseProductDescription {
	margin-top: 40px;
	width:50%;
}
.browsePriceContainer {
	float: none;
	margin: 5px;
	width:100%;
}
.browseAddToCartContainer {
	width:30%;
	text-align:center
}
.browseRatingContainer {
	float: left;
	width:25%;
	margin: 3px;
	white-space: nowrap;
}

/** Flypage Styles **/
.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;
}

._breadcrumbbg {
	float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    min-width: 100px;
    cursor:pointer;
}

._breadcrumbbg:hover {
    color: #ccc;
}

.breadcrumbseperator{
    color: #f0f0f0;
    font-size: 16px;
    font-weight: normal;
    margin:0 0 0 10px;
}
._categoriesbg {
    height:auto;
    margin:10px; 
    background:url(images/http-www-xtrim-oz24-net-proof-v8-2-images-phocagallery-xtrim-tmpl-1-catbg.png) no-repeat scroll 0 0 transparent; 
    color:#fff;
    text-align:center; 
    width:419px; 
    height:58px;
}

.vm_cart{
	min-width: 1024px; 
    height: auto; 
    background: url(images/http-www-xtrim-oz24-net-proof-v8-2-images-phocagallery-xtrim-tmpl-1-cartbg2.png) repeat scroll 0pt 0pt transparent; 
    min-height: 280px;
}

.dropcart_qty{
	color:#f00;
    font-size: 16px;
    font-weight: bold;
}

.cartsummary{
	font-size:16px;
    font-weight:bold;
}

.cartsummary .title{
	color:#fff;
}

.cartsummary .value{
	color:#f00;
}
/* ------------------------------------------------------------- */
/*	TOP MENU CSS												*/
/*-------------------------------------------------------------*/


div#cdm_menu-300{
	top:64px;
	left:445px;
	width:584px;
	height:40px;
	z-index:605;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
}
div#content-cdm_menu-300{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_menu-admin{
	top:19px;
	left:17px;
	width:154px;
	height:76px;
	z-index:902;
	position:absolute;
		display:none;
	}
div#content-cdm_menu-admin{
	opacity:1.000;
}

div#cdm_ImagelinkerBox-983{
	top:34px;
	left:24px;
	width:344px;
	height:136px;
	z-index:604;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ImagelinkerBox-983{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_menu-1001{
	top:731px;
	left:758px;
	width:262px;
	height:46px;
	z-index:603;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
}
div#content-cdm_menu-1001{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_CustomBox-1017{
	top:747px;
	left:641px;
	width:145px;
	height:43px;
	z-index:602;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1017{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_CustomBox-1007{
	top:212px;
	left:34px;
	width:982px;
	height:56px;
	z-index:503;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1007{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_CustomBox-1012{
	top:219px;
	left:136px;
	width:221px;
	height:43px;
	z-index:502;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1012{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_ThumbnailGallery-1028{
	top:309px;
	left:566px;
	width:282px;
	height:351px;
	z-index:510;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ThumbnailGallery-1028{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_ThumbnailGallery-1029{
	top:306px;
	left:870px;
	width:136px;
	height:249px;
	z-index:517;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ThumbnailGallery-1029{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_ThumbnailGallery-1030{
	top:307px;
	left:32px;
	width:508px;
	height:454px;
	z-index:507;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ThumbnailGallery-1030{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_CustomBox-1062{
	top:273px;
	left:46px;
	width:159px;
	height:31px;
	z-index:506;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1062{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_ImageBox-1063{
	top:267px;
	left:565px;
	width:262px;
	height:37px;
	z-index:511;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ImageBox-1063{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#content-cdm_ImageBox-1063 img{
}
div#cdm_ImageBox-1064{
	top:266px;
	left:32px;
	width:489px;
	height:35px;
	z-index:505;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ImageBox-1064{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#content-cdm_ImageBox-1064 img{
}
div#cdm_CustomBox-1065{
	top:275px;
	left:576px;
	width:159px;
	height:31px;
	z-index:512;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1065{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_CustomBox-1066{
	top:273px;
	left:879px;
	width:119px;
	height:25px;
	z-index:516;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_CustomBox-1066{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#cdm_ImageBox-1067{
	top:265px;
	left:869px;
	width:122px;
	height:36px;
	z-index:515;
	position:absolute;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	display: block;
	overflow:hidden;
}
div#content-cdm_ImageBox-1067{
	opacity:1.000;
	transform: matrix(1,0,0,1,0pt,0pt);
	-webkit-transform: matrix(1,0,0,1,0pt,0pt);
	-moz-transform: matrix(1,0,0,1,0pt,0pt);
}

div#content-cdm_ImageBox-1067 img{
}

div#colorParserImage{
	background: #000 url(images/http-www-xtrim-oz24-net-proof-v8-2-images-phocagallery-xtrim-tmpl-1-image-38-new-reviews.png) scroll 0 0 no-repeat;
}
		/**
* dark form frontend stylesheet
*
* @version		$Id: default.css 105 2009-03-18 21:00:39Z dr_drsh $
* @package		Joomla
* @subpackage	JForms
* @copyright	Copyright (C) 2008 Mostafa Muhammad. All rights reserved.
* @license		GNU/GPL
*/

div.jform{
/*	margin-top:15px;
	padding:10px;*/
}

div.jform img{
	float:none;
	border:0;
}

div.jform h2{
}

div.jform div.error-message
{
	color:red;
	font-weight:bold;
	float:right;
}

div.jform. div.label-error{
	color:red;
}

div.jform. div.input-error{
	border:2px solid red;
}

div.jform form label{
	margin-bottom:15px;
	margin-right:5px;
	float:left;
}

div.jform form fieldset{
	margin-bottom:15px;
	padding:25px 10px 10px 10px;
}

div.jform form input,
div.jform form select,
div.jform form textarea,
div.jform form fieldset{
	margin-bottom:15px;
/*	float:left;*/
}

div.jform form input.radio,
div.jform form label.radio{
	float:none;
}


div.jform form div.clear{
	clear:left;
}

.jfbutton {
	position:relative;
	
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* Custom YOOlogin */
div#yoo-login {
	width: 228px;
}

div#yoo-logout {
}

div#yoo-login .yoo-username, 
div#yoo-login .yoo-password, 
div#yoo-login .yoo-remember, 
div#yoo-login .yoo-login-button {
	float: left;
}

div#yoo-login .yoo-username, 
div#yoo-login .yoo-password {
	padding-right: 5px;
}

div#yoo-login .yoo-username input, div#yoo-login .yoo-password input {
	width: 88px;
	height: 14px;
	padding: 2px 2px 2px 10px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-bg.png) 0 0 no-repeat;
	border: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-login .yoo-username input:hover, div#yoo-login .yoo-username input.sfhover {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-bg-hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}

div#yoo-login .yoo-password input:hover, div#yoo-login .yoo-password input.sfhover {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-bg-hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}

div#yoo-login .yoo-username input:focus, div#yoo-login .yoo-username input.sffocus {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-bg-hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}

div#yoo-login .yoo-password input:focus, div#yoo-login .yoo-password input.sffocus {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-bg-hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}

div#yoo-login .yoo-remember input {
}

div#yoo-login .yoo-login-button button {
	display: block;
	height: 18px;
	width: 18px;
	border: none;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-button.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}

div#yoo-login .yoo-login-button button:hover, div#yt-login .yt-login-button button.sfhover  {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-login-button-hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-break {
	clear: both;
}

div#yoo-login .yoo-lostpassword, div#yoo-login .yoo-registration {
	float: left;
	font-size: 80%;
	line-height: 20px;
}

div#yoo-login .yoo-lostpassword {
	width: 100px;
}

div#yoo-login .yoo-registration {
	width: 120px;
}

div#yoo-login .yoo-lostpassword {
	padding: 0px 5px 0px 0px;
}

div#yoo-logout .yoo-greeting {
	margin: 0px 5px 0px 0px;
	float: left;
	color: #646464;
}

div#yoo-logout .yoo-logout-button {
	height: 20px;
	width: 60px;
	float: left;
}

div#yoo-logout .yoo-logout-button button {
	display: block;
	height: 20px;
	width: 60px;
	padding: 0px 0px 2px 0px;
	border: none;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-logout-button.png) 0 0 no-repeat;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #646464;
}

div#yoo-logout .yoo-logout-button button:hover, div#yoo-logout .yoo-logout-button button.sfhover {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-logout-button-hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}

/* Custom YOOsearch */
div#yoo-search {
	margin: 2px 0px 0px 2px;
	padding: 0px;
	/*width: 254px;*/
	height: 22px;
	/*background: #141414;*/
}

div#yoo-search input {
	width: 100px; 
	height: 15px;
	padding: 5px 2px 2px 7px;
	border: 1px solid white;
	background: none;
	float: left;
	color: #646464;
	font-size: 100%;
}

div#yoo-search button {
	width: 58px;
	height: 22px;
	padding: 0px;
	border: none;
	/*background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-search-button.png) 0 0 no-repeat;*/
	cursor: pointer;
	/*text-indent: 100px;
	line-height: 0px;*/
	margin-left:10px;
}

div#yoo-search:hover, div#search div.sfhover  {
	/*background: #000000;*/
}

div#yoo-search:hover input, div#search div.sfhover input {
	color: #FFFFAA;
}

div#yoo-search input:focus {
	color: #FFFFAA;
}

/* Joomla */
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #eb7800;
}

body.green .contentheading, body.green .componentheading { color: #c8dc00; }
body.pink .contentheading, body.pink .componentheading { color: #dc6eff; }
body.yellow .contentheading, body.yellow .componentheading { color: #e6c832; }
body.blue .contentheading, body.blue .componentheading { color: #4696e6; }

#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

.contentpaneopen {
  margin: 0;
  padding: 0;
  width: 100%;
}

.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

.article_seperator {
	display: block;
	height: 16px;
}

.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

.buttonheading img {
	margin-right: 2px;
}

div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

.button {
	font-size: 95%;
}

.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #252627;
	border-bottom: 1px solid #252627;
	font-weight : bold;
	color:#ffffff;
}

tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	/*background: #282828;
	border-bottom: 1px solid #141414;*/
}

tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	/*background: #323232;
	border-bottom: 1px solid #141414;*/
}

td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #252627;
	border-bottom: 1px solid #252627;
}

td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #252627;
	border-bottom: 1px solid #252627;
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(images/http-openid-net-login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-j-button2-left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-j-button2-right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-j-button2-image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-j-button2-readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-j-button2-pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-system-images-calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* YOOslider: drawer vertical */
#right div.drawer-v-a ul.yoo-sliderlist .item-bl {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-bl.png) 0 100% no-repeat;
}

#right div.drawer-v-a ul.yoo-sliderlist .active .item-bl {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-bl-hover.png) 0 100% no-repeat;
}

#right div.drawer-v-a ul.yoo-sliderlist .item-br {
	padding: 0px 10px 0px 10px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-br.png) 100% 100% no-repeat;
}

#right div.drawer-v-a ul.yoo-sliderlist .active .item-br {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-br-hover.png) 100% 100% no-repeat;
}

#right div.drawer-v-a ul.yoo-sliderlist .item-b {
	padding: 0px 0px 10px 0px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-b.png) 0 100% repeat-x;
}

#right div.drawer-v-a ul.yoo-sliderlist .active .item-b {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-b-hover.png) 0 100% repeat-x;
}

#right div.drawer-v-a ul.yoo-sliderlist .item-l {
	margin: 0px -10px 0px -10px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-l.png) 0 0 repeat-y;
}

#right div.drawer-v-a ul.yoo-sliderlist .item-r {
	padding: 0px 1px 0px 1px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-r.png) 100% 0 repeat-y;
}

#right div.drawer-v-a ul.yoo-sliderlist .article {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-bg.png) 0 100% repeat-x;
}

#right div.drawer-v-a ul.yoo-sliderlist .active .article {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-drawer-item-bg-hover.png) 0 100% repeat-x;
}

#right div.drawer-v-a ul.yoo-sliderlist .article h3 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
	background: none;
}

#right div.drawer-v-a ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}

/* YOOslider: slider horizontal */
div.slider-h-a ul.yoo-sliderlist li.first {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-l.png) 0 0 no-repeat;
}

div.slider-h-a ul.yoo-sliderlist li .item-r {
	border-right: 1px solid #3C3C3C;
}

div.slider-h-a ul.yoo-sliderlist li:hover.first {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-l-hover.png) 0 0 no-repeat;
}

div.slider-h-a ul.yoo-sliderlist li {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-m.png) 0 0 repeat-x;
}

div.slider-h-a ul.yoo-sliderlist li:hover {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-m-hover.png) 0 0 repeat-x;
}

div.slider-h-a ul.yoo-sliderlist li.last {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-r.png) 100% 0 no-repeat;
}

div.slider-h-a ul.yoo-sliderlist li.last .item-r {
	border-right: none;
}

div.slider-h-a ul.yoo-sliderlist li:hover.last {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-slider-item-r-hover.png) 100% 0 no-repeat;
}

div.slider-h-a ul.yoo-sliderlist .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}

div.slider-h-a ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}

/* YOOcarousel */
div.default div.yoo-carousel {
	background: none;
}

div.default div.yoo-carousel ul.panel-top, div.default div.yoo-carousel ul.panel-bottom {
	padding: 0px 0px 0px 0px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-bg.png) 0 100% repeat-x; 
}

div.default div.yoo-carousel ul.panel-top li, div.default div.yoo-carousel ul.panel-bottom li {
	margin: 0px 10px 0px 0px;
}

div.default div.yoo-carousel ul.panel-top li a, div.default div.yoo-carousel ul.panel-bottom li a {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-m.png) 0 0 repeat-x; 
}

div.default div.yoo-carousel ul.panel-top li.selected a, div.default div.yoo-carousel ul.panel-bottom li.selected a {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-m-active.png) 0 0 repeat-x; 
}

div.default div.yoo-carousel ul.panel-top li a span, div.default div.yoo-carousel ul.panel-bottom li a span {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-l.png) 0 0 no-repeat; 
}

div.default div.yoo-carousel ul.panel-top li.selected a span, div.default div.yoo-carousel ul.panel-bottom li.selected a span {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-l-active.png) 0 0 no-repeat; 
}

div.default div.yoo-carousel ul.panel-top li a span span, div.default div.yoo-carousel ul.panel-bottom li a span span {
	height: 40px;
	padding: 0px 20px 0px 20px;
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-r.png) 100% 0 no-repeat; 
	line-height: 50px;
	font-weight: bold;
	font-size: 125%;
	overflow: hidden;
}

div.default div.yoo-carousel ul.panel-top li.selected a span span, div.default div.yoo-carousel ul.panel-bottom li.selected a span span {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-tab-r-active.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel li a:link, div.default div.yoo-carousel li a:visited {
	color: #646464;
	text-decoration: none;
}

div.default div.yoo-carousel li a:hover, div.default div.yoo-carousel li.selected a:link, div.default div.yoo-carousel li.selected a:visited {
	color: #969696;
	text-decoration: none;
}

div.default div.yoo-carousel .prev span {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-button-prev.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel .next span {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-button-next.png) 100% 0 no-repeat; 
}

div.default div.yoo-carousel .panel-container {
	background: #000000 url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-panel-b.png) 0 100% repeat-x; 
}

div.default div.yoo-carousel .panel-container-bl {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-panel-bl.png) 0 100% no-repeat; 
}

div.default div.yoo-carousel .panel-container-br {
	background: url(images/http-xtrim-oz24-net-proof-v8-2-templates-cdm-dynamic-images-carousel-panel-br.png) 100% 100% no-repeat; 
}

div.default div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}

div.default div.yoo-carousel .article {
	font-size: 95%;
	line-height: 125%;
}