﻿/****************************************************************/
/*   Design:   Multiflex-5.4                                    */
/*   Type:     Design with sidebar                              */
/*   File:     Grid Toolbox                                     */
/*   Option:   Design with sidebar                              */
/*--------------------------------------------------------------*/
/*   Design:   www.1234.info                                    */
/*   Date:     March 13, 2008                                   */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/
/******************/
/* GLOBAL LAYOUT  */
/******************/
/*Font-size: 1.0em = 10px when browser default size is 16px*/
.content {
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 676px;
	font-size: 1.0em;
	overflow: visible !important /*Non-IE6*/;
	overflow: hidden /*IE6*/;
}
.subcontent {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	width: 270px;
	font-size: 1.0em;
	overflow: visible !important /*Non-IE6*/;
	overflow: hidden /*IE6*/;
}
/*Color subcells hovering mode*/
/*************/
/*  CONTENT  */
/*************/
/* CONTAINER (NO BOXES)  */
.content-1col-nobox {
	width: 676px;
	background-color: rgb(255,255,255);
}
.content-2col-nobox-leftcolumn {
	display: inline;
	float: left;
	width: 337px;
	background-color: rgb(255,255,255);
}
.content-2col-nobox-rightcolumn {
	display: inline;
	float: right;
	width: 337px;
	background-color: rgb(255,255,255);
}
/* CONTAINER (BOXES) */
.content-1col-box {
	width: 676px;
	background-color: transparent;
}
.content-2col-box-leftcolumn {
	display: inline;
	float: left;
	width: 333px;
	background-color: transparent;
}
.content-2col-box-rightcolumn {
	display: inline;
	float: right;
	width: 333px;
	background-color: transparent;
}
.content-2col-box {
	width: 333px;
	background-color: rgb(255,255,255);
}
/***************/
/* SUBCONTENT  */
/***************/
.subcontent-box {
	width: 270px;
	float: right;
	background-color: rgb(255,255,255);
}
/*********************/
/*  ROUNDED CORNERS  */
/*********************/
/* CONTENT */
.corner-content-1col-top {
	clear: both;
	width: 676px;
	height: 7px;
	background: white url(img/bg_corner_content_1col_top.gif) no-repeat;
	overflow: hidden;
}
.corner-content-1col-bottom {
	clear: both;
	width: 676px;
	height: 7px;
	margin-bottom: 10px;
	background: transparent url(img/bg_corner_content_1col_bottom.gif) no-repeat;
	overflow: hidden;
}
.corner-content-2col-top {
	width: 333px;
	height: 7px;
	background: transparent url(img/bg_corner_content_2col_top.gif) no-repeat;
	overflow: hidden;
}
.corner-content-2col-bottom {
	width: 333px;
	height: 7px;
	margin-bottom: 10px;
	background: transparent url(img/bg_corner_content_2col_bottom.gif) no-repeat;
	overflow: hidden;
}
/* SUBCONTENT */
.corner-subcontent-top {
	clear: both;
	width: 270px;
	height: 7px;
	background: transparent url(img/bg_corner_subcontent_top.gif) no-repeat;
	overflow: hidden;
}
.corner-subcontent-bottom {
	clear: both;
	width: 270px;
	height: 7px;
	margin-bottom: 10px;
	background: transparent url(img/bg_corner_subcontent_bottom.gif) no-repeat;
	overflow: hidden;
}
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */
@media print
{
.content-2col-nobox-rightcolumn {
	display: inline;
	float: right;
	width: 337px;
	border-left: none;
	background-color: rgb(255,255,255);
}
}
/* PRODUCTS */
.product-list-item {
	position: relative;
	height: 201px;
}
.product-list-item h2 {
	margin: 0;
	clear: none;
}
.product-thumbnail-div {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
	line-height: 200px;
}
.product-list-item a img.product-thumbnail {
	margin: auto;
	float: none;
	vertical-align: middle;
}
.product-list-item a:hover img.product-thumbnail {
	cursor: url('cursors/zoomin.cur'), pointer !important;
	opacity: 0.80;
}
.product-price {
	margin: 10px;
	text-align: right;
}
.product-price span {
	font-size: 12px;
}
.product-price em {
	font-size: 16px;
	font-weight: bold;
}
.product-code {
	float: right;
	margin: 19px 10px 0 10px;
	font-size: 12px;
}
/* PHOTO GALLERY */
.gallery-list-item {
	position: relative;
	float: left;
	width: 224px;
	height: 224px;
	border-top: 0;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 0;
	line-height: 224px;
	text-align: center;
}
.gallery-list-item a img {
	float: none;
	vertical-align: middle;
}
.gallery-list-item .desc {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3px 0;
	width: 100%;
	background-color: #fff;
	opacity: 0.85;
}
.gallery-list-item .desc em {
	display: block;
	font-size: 11px;
	padding: 0 5px;
	text-align: center;
	line-height: 120%;
}
.gallery-list-item .desc em:hover {
	cursor: pointer;
}
/* POLLS */
.subcontent-box .poll {
	padding: 10px;
	font-size: 14px;
}
.subcontent-box .poll table {
	background-color: #fff;
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin: 10px 0;
	table-layout: auto;
	width: 100%;
}
.subcontent-box .poll table td {
	background-color: #fff;
	border: 0;
	color: #505050;
	font-size: 100% !important;
	font-weight: normal;
	height: auto;
	padding: 2px 7px;
	text-align: left;
}
.PollAnswerRadio label {
	padding-left: 7px;
	vertical-align: middle;
}
.PollAnswerRadio input {
	vertical-align: middle;
}
.PollTitle {
	display: none;
}
.PollQuestion {
	display: block;
	padding: 3px 3px 3px 3px; /*border-bottom: solid 1px #cccccc;*/
}
.PollAnswers {
	padding: 3px;
}
.PollFooter {
	clear: both;
	padding: 6px; /*text-align: right;     border-top: solid 1px #cccccc;*/
}
.PollInfo {
	display: block;
}
.PollVoteButton {
	width: 100px;
}
.PollAnswer {
	padding: 3px 3px 3px 0px;
	overflow: auto;
}
.PollAnswerText {
	display: block;
	margin-left: 5px;
}
.PollAnswerRadio {
	display: block;
}
.PollAnswerCheck {
	display: block;
}

.PollAnswerCheck label {
	padding-left: 7px;
	vertical-align: middle;
}

.PollAnswerCheck input {
	vertical-align: middle;
}

.PollAnswerClearer {
	clear: both;
	font-size: 0px;
	height: 1em;
}
.PollGraph {
	border: solid 1px #999;
	font-size: 12px;
	height: 1em;
	overflow: hidden;
	margin-bottom: 5px;
	margin-left: 4px;
}
.PollCount {
	font-size: 11px;
	padding: 0px 5px 5px 5px;
}
.PollGraph0 {
	background-image: url(img/Polls/poll0_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph1 {
	background-image: url(img/Polls/poll1_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph2 {
	background-image: url(img/Polls/poll2_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph3 {
	background-image: url(img/Polls/poll3_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph4 {
	background-image: url(img/Polls/poll4_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph5 {
	background-image: url(img/Polls/poll5_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph6 {
	background-image: url(img/Polls/poll6_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph7 {
	background-image: url(img/Polls/poll7_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph8 {
	background-image: url(img/Polls/poll8_bg.gif);
	background-repeat: repeat-x;
}
.PollGraph9 {
	background-image: url(img/Polls/poll9_bg.gif);
	background-repeat: repeat-x;
}
/* LOGIN */
.DialogPosition, .reg-form table {
	table-layout: auto;
}
.DialogPosition td, .reg-form table td {
	border: 0;
	font-size: 12px !important;
	background-color: #fff;
	height: auto !important;
}
.DialogPosition .TopLeftCorner {
	height: 0;	
}
.DialogPosition .TopMiddleBorder {
	height: 0;	
}
.DialogPosition .TopRightCorner {
	height: 0;	
}
.mini-login table {
	border: 0;
	background-color: #fff;
	width: 250px;
}
.mini-login table td {
	background-color: #fff;
	border: 0;	
}
#current-user {
	margin-left:549px !important;
	margin-top:27px;
	position:absolute;
	width:400px;
	z-index:3;
	font-size: 12px;
	color: #D3D7FF;
	text-align: right;
}

/* MY ACOUNT */
table.TabControlTable {
	width: 100%;
	background: #fff;
	border: 0;
}
table.TabControlTable td {
	border-style: none;
	background: transparent;
}
td.TabControlSelected {
	text-decoration: underline;
}
table.EditingFormTable, .my-account table {
	margin-top: 10px;
	width: 100%;
	border: 0;
}
.EditingFormControlNestedControl table, .EditingFormControlNestedControl table td {
	background: transparent;
	border-style: none;
	font-size: 100%;;
}
.UserNotifications {
	margin: 10px;
	font-size: 12px;
}
.PagerControl {
	margin-top: 15px;
	font-size: 12px;
	border-top: 1px #ccc solid;
}
.search-dialog table {
	width: 100%;
	table-layout: auto;
}
.ErrorLabel {
	display: block;
	margin: 10px;
	background: #FFFFB9;
}
.ErrorLabel, .EditingFormErrorLabel {
	color: #CC0000;
	font-size: 12px;
}
/* Message Board */
.msg-message p {
	font-size:100% !important;
	line-height:1.3em;
	padding:0;	
}
.msg-message img {
	border: medium none;
	clear:none;
	float:none;
	margin:0 3px;
	vertical-align: middle;	
}
.msg-comment {
	padding: 10px 20px;
	border-bottom: 1px #EBEBEB solid;
	font-size: 12px;
}
.msg-header {
	color: #999;
	display: block;
}
.msg-user {
	font-size: 11px;
	font-weight: bold;
}
.msg-date {
	font-size: 10px;
}
.BoardMessages {
	height: 250px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
table.BoardPanel {
	background-color:transparent;
	border-collapse:collapse;
	clear:both;
	empty-cells:show;
	margin:10px 20px 0px 20px;
	table-layout:auto;
	width:100%;
}
table.BoardPanel td {
	background-color: transparent;
	border: 0;
	color:#505050;
	font-size:11px;
	font-weight:normal;
	height:auto;
	padding:2px;
	text-align:left;
}
.BoardPanel table {
	background-color:transparent;
	border-collapse:collapse;
	clear:both;
	empty-cells:hide;
	margin:0;
	table-layout:auto;
}
.BoardPanel table td {
	background-color:transparent;
	border:0;
	color:#505050;
	font-size:11px !important;
	font-weight:normal;
	height: auto;
	padding:2px;
	text-align:left;
}
.BoardPanel .TextAreaField {
	width: 100%;
	height: 60px;
}
.BoardPanel .TextboxField {
	width: 100%;
}




