@charset "utf-8";

/* CSS Document */


body
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #27446B;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #002664;
	margin: 0px;
	padding: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 29px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00BCFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00BCFF;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #00BCFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: normal;
}

h4
{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #008CC1;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
}
a:link,
a:active,
a:visited
{
	color: #00BCFF;
}

a:hover
{
	color: #FFB200;
}


hr
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFD6E0;
	clear: both;
	line-height: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper
{
	width: 983px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header
{
	position: relative;
	height: 70px;
}

#wrapper #header #logo
{
	position: absolute;
	left: 5px;
	top: 15px;
}

#wrapper #header #topMenu,
#wrapper #header #langMenu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	top: 13px;
	right: 125px;
	width: 450px;
}

#wrapper #header #topMenu li,
#wrapper #header #langMenu li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#wrapper #header #topMenu a:link,
#wrapper #header #topMenu a:active,
#wrapper #header #topMenu a:visited
{
	color: #FFFFFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#wrapper #header #topMenu a:hover
{
	color: #FFB200;
}

#wrapper #header #langMenu
{
	width: 68px;
	right: 25px;
	font-size: 13px;
}

#wrapper #header #langMenu a:link,
#wrapper #header #langMenu a:active,
#wrapper #header #langMenu a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px;
	margin-left: 2px;
	background-color: #6c541d;
}

#wrapper #header #langMenu a:hover,
#wrapper #header #langMenu .active:link,
#wrapper #header #langMenu .active:visited,
#wrapper #header #langMenu .active:active,
#wrapper #header #langMenu .active:hover
{
	background-color: #FFB200;
	color: #011435;
}

#wrapper #columnBkg
{
	background-image: url(../images/bkgline.gif);
	background-repeat: repeat-y;
	background-position: 248px;
}

#wrapper #columnBkg #corner
{
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 9px;
	width: 953px;
}

#wrapper #leftColumn
{
	float: left;
	width: 248px;
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 11px;
}

#wrapper #leftColumn hr
{
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0E3779;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#wrapper #leftColumn a
{
	color: #FFFFFF;
}

#wrapper #leftColumn a:hover
{
	color: #FFB200;
}

#wrapper #leftColumn h2
{
	font-size: 22px;
	font-weight: normal;
	color: #FFB200;
	margin-bottom: 10px;
	margin-top: 0px;
}

#wrapper #leftColumn h4
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 8px;
}

#wrapper #leftColumn h4 a
{
	color: #00BCFF;
}

#wrapper #leftColumn h4 a:hover
{
	color: #FFB200;
}

#wrapper #leftColumn .divOffset
{
	margin-right: 15px;
}

#wrapper #leftColumn #menu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}

#wrapper #leftColumn #menu li
{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #254d8f;
}

#wrapper #leftColumn #menu a:link,
#wrapper #leftColumn #menu a:active,
#wrapper #leftColumn #menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFB200;
	background-color: #0B367A;
	background-image: url(../images/menubkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#wrapper #leftColumn #menu a:hover,
#wrapper #leftColumn #menu .active:link,
#wrapper #leftColumn #menu .active:active,
#wrapper #leftColumn #menu .active:visited,
#wrapper #leftColumn #menu .active:hover
{
	color: #002664;
	background-color: #FFB200;
	background-image: none;
}
#wrapper  #leftColumn  #menu  .submenu
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
}
#wrapper  #leftColumn  #menu.submenul li
{
	border-bottom-color: #002664;
}

#wrapper #leftColumn #menu .submenu a:link,
#wrapper #leftColumn #menu .submenu a:active,
#wrapper #leftColumn #menu .submenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px;
	border-left-width: 0px;
	border-left-style: none;
	background-color: #011C49;
	background-image: none;
}

#wrapper #leftColumn #menu .submenu a:hover,
#wrapper #leftColumn #menu .submenu .active:link,
#wrapper #leftColumn #menu .submenu .active:active,
#wrapper #leftColumn #menu .submenu .active:visited,
#wrapper #leftColumn #menu .submenu .active:hover
{
	color: #FFFFFF;
	background-color: #3f68aa;
	background-image: none;
}

#wrapper #leftColumn #searchPanel
{
	background-image: url(../images/searchbkg.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 248px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrapper #leftColumn #formSearch #searchPanel #search
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #555555;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 124px;
	position: absolute;
	left: 42px;
	top: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #leftColumn #formSearch #searchPanel #buttonSearch
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #415F8D;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 50px;
	font-weight: bold;
	position: absolute;
	top: 14px;
	right: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #leftColumn .divOffset #favouriteProducts
{
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #leftColumn .divOffset #favouriteProducts a
{
	text-transform: uppercase;
	color: #9ab4df;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #264E8F;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}

#wrapper #leftColumn .divOffset #favouriteProducts a:hover
{
	color: #FFFFFF;
}

#wrapper #leftColumn #call
{
	background-image: url(../images/banners/kontaktujte-nas-bkg.gif);
	background-repeat: no-repeat;
	height: 53px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	padding: 15px;
}

#wrapper #leftColumn #call .callNumber
{
	font-size: 23px;
	color: #7c9bcc;
}

#wrapper #rightColumn
{
	float: left;
	width: 705px;
}

#contentHeader
{
	background-image: url(../images/title-banner-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 544px;
	position: relative;
	width: 705px;
}

#contentHeader #titleBanner
{
	height: 186px;
	width: 379px;
	position: absolute;
	left: 298px;
	top: 240px;
	z-index: 5;
}

#contentHeader a
{
	color:#FFFFFF;
}

#contentHeader a:hover
{
	color:#FFB200;
}

#contentHeader #cart,
#contentHeader #code
{
	background-image: url(../images/cart-bkg.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 159px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 75px;
	text-align: center;
	padding-right: 15px;
	overflow: hidden;
}

#contentHeader #code
{
	right:200px;
	width: 150px;
	background-position: right;
	z-index: 5;
	padding-left: 60px;
	color: #D5E2F7;
}

#contentHeader #cart h3,
#contentHeader #code h3
{
	font-size: 15px;
	font-weight: bold;
	color: #CCFF00;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contentHeader #code h3
{
	color: #00BCFF;
}

#contentHeader #code #formValueCode
{
	background-image: url(../images/codebkg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 136px;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#contentHeader #code #formValueCode #reductionCode
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #555555;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 95px;
	position: absolute;
	left: 5px;
	top: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#contentHeader #code #formValueCode #submitValueCode
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #415F8D;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 25px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	right: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentHeader #cart #cartButton:link,
#contentHeader #cart #cartButton:visited,
#contentHeader #cart #cartButton:active,
#contentHeader #cart #cartButton:hover
{
	font-weight: bold;
	color: #001740;
	background-image: url(../images/cart-button.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 19px;
	width: 152px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	margin-top: 8px;
}

#titleContent  
{
	background-color: #FFFFFF;
	background-image: url(../images/contentbkg.gif);
	background-repeat: repeat-y;
	background-position: 472px;
	width: 705px;
}
#titleContent  #titleContenLeft   
{
	float: left;
	width: 445px;
	padding: 15px;
}
#titleContent  #titleContentRight   
{
	float: left;
	width: 196px;
	padding: 15px;
	color: #36588B;
}
#contentStatic #detailLeft
{
	float: left;
	width: 355px;
	margin-right: 15px;
	margin-top: 10px;
}
#contentStatic #detailRight
{
	float: left;
	width: 281px;
	margin-top: 10px;
	font-size: 11px;
}
#contentStatic #detailRight #variantsLabel
{
	background-image: url(../images/detail-cart-top.gif);
	background-repeat: no-repeat;
	width: 261px;
	color: #FFFFFF;
	background-color: #B3C8E3;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contentStatic   #detailRight   .variantsRow td
{
	background-color: #D7E6F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3C8E3;
	color: #436083;
	padding-top: 8px;
	padding-bottom: 8px;
}
#contentStatic    #detailRight    .variantsRowParms  td
{
	background-color: #E5EDF7;
	color: #5C80AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3C8E3;
}
#contentStatic    #detailRight    .variantsRowCart  td
{
	background-color: #F7FAFD;
	color: #5C80AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3C8E3;
}

#contentStatic  #detailLeft  .detailText
{
	font-size: 12px;
	line-height: 20px;
}
#contentStatic #detailRight .message
{
	font-size: 11px;
	color: #789CCD;
	background-color: #F7FAFD;
	padding: 8px;
	border: 1px solid #B3C8E3;
	margin-top: 20px;
	margin-bottom: 20px;
}


#contentStatic #detailLeft #detailGallery
{
	float: right;
	width: 113px;
	margin-left: 6px;
	height: auto;
	overflow: hidden;
}
#contentStatic #detailLeft #detailGallery img
{
	border: 2px solid #E8EEF7;
	margin-bottom: 6px;
}
#contentStatic #cH3 h3
{
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	color: #002663;
	text-transform: uppercase;
	font-size: 15px;
}


.colors-wrapper {
	width: auto;
	margin-right: 2px;
	margin-bottom: 4px;
	height: 20px;
	float: none;
}

.colors-wrapper input {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.colors-wrapper .color-frame {
	height: 12px;
	width: 20px;
	margin: 4px;
	border: 1px solid #333333;
	float: left;
}

.detailVideo {
	background-color: #F5F5F5;
	text-align: center;
	padding: 10px;
}




#content
{
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	width: 675px;
}
#contentStatic
{
	padding: 25px;
	background-color: #FFFFFF;
}



#wrapper #tabColumn
{
	float: left;
	width: 27px;
	padding-top: 160px;
}

#wrapper #footer
{
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
	background-position: 725px 20px;
	font-size: 11px;
	color: #7496cc;
	padding-top: 20px;
	padding-bottom: 40px;
}

#wrapper #footer a
{
	color: #7496CC;
}

.catalogItem
{
	float: left;
	height: 363px;
	width: 217px;
	margin-right: 3px;
	margin-bottom: 5px;
	background-image: url(../images/itemBkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CADBF7;
}
.catalogItem .icons
{
	height: 13px;
	padding: 4px;
}


.catalogItem h3
{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 5px;
	height: 50px;
	overflow: hidden;
}

.catalogItem a
{
	color: #002664;
}

.catalogItem a:hover
{
	color: #00BCFF;
}

.catalogItem .photo
{
	height: 150px;
	text-align: center;
}

.catalogItem .note
{
	height: 69px;
	font-size: 10px;
	padding: 5px;
	color: #30a4ce;
	overflow: hidden;
}

.catalogItem .cartPanel:link,
.catalogItem .cartPanel:active,
.catalogItem .cartPanel:visited,
.catalogItem .cartPanel:hover
{
	background-image: url(../images/carticon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 53px;
	width: 53px;
	background-color: #EF8700;
	float: left;
}
.catalogItem .pricePanel
{
	background-image: url(../images/itemsplitter.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	width: 150px;
	background-color: #30A4CE;
	color: #D6EDF5;
	float: left;
	padding-left: 7px;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
	padding-right: 7px;
}
.catalogItem .price
{
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.category-description
{
	font-size: 11px;
	line-height: 15px;
}

.catalog-producers {
	background-color: #F0F4FB;
	padding: 8px;
	border: 1px solid #CADBF7;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10px;
}

.catalog-producers a:link, .catalog-producers a:active, .catalog-producers a:visited {
	color: #5F7DB1;
}

.catalog-producers a:hover {
	color: #FFB200;
}

.catalog-producers .button-producers {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #5F7DB1;
	background-color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	border: 1px solid #CADBF7;
}

.catalog-table {
	font-size: 11px;
}

.catalog-table h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.catalog-table tr {
	background-color: #F0F4FB;
}

.catalog-table td {
	padding-right: 4px;
	padding-left: 4px;
}
.catalog-table  th  {
	background-color: #FFB200;
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}

.ul-subcategories {
	float: left;
	margin-right: 10px;
	width: 100px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#wrapper #leftColumn .search-parts {
	display: block;
	float: left;
	height: auto;
	padding-right: 5px;
	padding-bottom: 2px;
	font-weight: normal;
}

#wrapper #leftColumn .link-search-parts:link,
#wrapper #leftColumn .link-search-parts:active,
#wrapper #leftColumn .link-search-parts:visited
{
	color: #315695;
}

#wrapper #leftColumn .link-search-parts:hover {
	color: #FFB200;
}

/* STRANKOVANI */
.paging {
	font-size:11px;
	color: #FFFFFF;
	background-color: #415F8D;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	display:block;
}

.paging-separator {
	font-size:10px;
	color: #7EA0DB;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.paging:link,
.paging:active,
.paging:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.paging:hover {
	color:#FFFFFF;
	background-color:#00BCFF;
	text-decoration:none;
}

.paging-active {
	background-color: #00BCFF;
	color: #FFFFFF;
}
#goBack:link, #goBack:active, #goBack:visited, #goBack:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #B3C8E3;
	display: block;
	text-transform: uppercase;
	float: right;
}



#why
{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
	font-size: 11px;
}

#why li
{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00BCFF;
}

#why .whyNumber
{
	font-size: 14px;
	color: #00BCFF;
	float: left;
	margin-right: 10px;
}
.textField1
{
	border: 1px solid #9DABBF;
	width: 250px;
}
.textField2
{
	border: 1px solid #9DABBF;
	width: 100px;
}

.textField3
{
	border: 1px solid #B3C8E3;
	font-size: 11px;
	padding: 5px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
.textfield-basket
{
	border: 1px solid #B3C8E3;
	text-align: center;
	width: 40px;
}

.message {
	color: #5A6A39;
	background-color: #F9FFEA;
	padding: 10px;
	border: 1px solid #C9D291;
	margin-top: 20px;
	margin-bottom: 20px;
}
.retMessage
{
	color: #664700;
	background-color: #FFEFB0;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid #EAAF00;
	font-size: 11px;
}

.div-msg
{
	text-align: center;
	margin-bottom: 20px;
}

.button1
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00BCFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button2
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cursor-help
{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00BCFF;
	cursor: help;
}
.clientBlock
{
	padding: 15px;
	float: left;
	width: 284px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00BCFF;
	border-right-color: #00BCFF;
	border-bottom-color: #00BCFF;
	border-left-color: #00BCFF;
	margin-bottom: 10px;
	background-image: url(../images/grad1.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}






.toSmall
{
	font-size: 10px;
}

.toSmall1
{
	font-size: 10px;
	line-height: 16px;
	color: #002664;
}
.toNormal
{
	font-size: 11px;
}

.toAnnotation
{
	font-size: 12px;
	line-height: 18px;
}


.toBig
{
	font-size: 21px;
}
.toBig1
{
	font-size: 40px;
	font-weight: normal;
}
.toBig2
{
	font-size: 14px;
	color: #00BCFF;
}
.toBig3
{
	font-size: 18px;
}




.toGreen
{
	color: #CCFF00;
}

.toBlue
{
	color: #00BCFF;
}
.toGray
{
	color: #ADADAD;
}
.toGray1
{
	color: #9DB4D9;
}
.toWhite
{
	color: #FFFFFF;
}

.toRight
{
	float: right;
}

.toLeft
{
	float: left;
}
.toBold
{
	font-weight: bold;
}





.clearBoth
{
	clear: both;
}

.ncsv
{
	display: none;
}
