/***************************/
/* GENERAL		  	   	   */
/***************************/
BODY {
	background-color: #8292AC;
	background-image: url(../images/bg.jpg);
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	margin: 10px 0 30px 0;
	padding: 0;
}


P {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 10px 0px;
}

TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

TH {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004364;
	margin: 0px 3px 4px 0px;
	padding: 0px 0px 2px;
}

H3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF8800;
	margin: 0px;
	padding: 0px;
}

UL, OL {
	padding:0; 
	margin: 3px 0px 5px 20px;
	font-size: 11px;
}


A {
	color: #005BB7;
}

A:hover {
	color: #0000FF;
	text-decoration: underline;
}

LI {
	padding: 0;
	margin: 0;
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: square;
}

FORM {
	padding: 0px;
	margin: 0px;
}

INPUT {
	font-family: Tahoma, Arial;
	font-size: 11px;
	vertical-align: middle;
}

SELECT {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px inset;
}

TEXTAREA {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

HR {
	color: #9DC4E6;
	height: 1px;
}


/***************************/
/* PAGE LAYOUT	   	   	   */
/***************************/

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #415A8C;
}


#header {
	background-color: #FFF;
	width: 100%;
}

#header TD {
	vertical-align: middle;
}

#logo{
	padding: 10px 5px 0px 5px;
}


#flags {
	text-align: center;
}

#topLine {
	background: url(../images/topline.gif) repeat-x 137px top;
}

#b2b {
	background: url(../images/b2b.gif) no-repeat;
}

#b2bOnly {
	height: 27px;
	background: url(../images/tbonly.gif) no-repeat right top;
}

#pagebody{
	width: 100%;
}

#left, #right {
	vertical-align: top;
	background-image: url(../images/topm.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #EEF5FB;
}

#center {
	border-left: 1px solid #9DC4E6;
	border-right: 1px solid #9DC4E6;
	vertical-align: top;
	background-image: url(../images/topc.gif);
	background-repeat: repeat-x;
	padding: 15px 10px 30px 10px;
	background-color: white;
	width: 100%;
}

#body {
	min-height: 380px;
	padding-bottom: 50px;
}


/***************************/
/* TOP BAR 				   */
/***************************/
#topbar .section {
	text-align: center;
}

/***************************/
/* TOP MENU 			   */
/***************************/
#topmenu .menu, #topbar .menu {
	background: url(../images/dots.gif) repeat-x;
	padding-left: 50px;
	overflow: visible;
}

#topmenu .menu UL, #topbar .menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topmenu .menu LI, #topbar .menu LI {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
	white-space: nowrap;
	border-left: 1px solid #003366;
	border-top: 1px solid #003366;
	background-color: #003871;
}

#topmenu .menu A, #topbar .menu A {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	color: #CEE7FF;
	background-color: #0066CC;
	border-bottom: 1px solid #003366;
	
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

#topmenu .menu A:hover, #topbar .menu A:hover {
	color: #000000;
	background-color: #FFCC00;
}

#topmenu .menu .selected A, #topbar .menu .selected A{
	color: #000000;
	background-color: #FFCC00;
}

/***************************/
/* MODULES             	   */
/***************************/

#mainbar .section, #login .section, #auxbar .section, #taskbar .section, #cart .section {
    min-width: 170px;  /* per i browser moderni */
    width: auto !important;
    *width: 170px;
    overflow: visible;
}

#mainbar .module, #auxbar .module, #login .module {
	margin: 3px 5px 8px 5px;
	padding: 3px;
	border: 1px solid #9DC4E6;
	background-color:#FFFFFF;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart .module {
	margin: 3px 5px 8px 5px;
	padding: 3px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainbar h2, #auxbar h2, #login h2 {
	padding: 3px;
	margin-bottom: 5px;
	color: #FFFFFF;
	background-color: #2179C5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #185892;
	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#cart h2 {
	padding: 3px;
	margin-bottom: 5px;
	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

/***************************/
/* NEWS			       	   */
/***************************/

#mainbar .news TD, #auxbar .news TD{
	text-align: center;
}

#mainbar .news IMG, #auxbar .news IMG{
	margin-left: auto;
	margin-right: auto;
}

/***************************/
/* MAINBAR MENU        	   */
/***************************/

#mainbar ul, #auxbar ul, #login ul, #cart ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#mainbar li, #auxbar li, #login li, #cart li {
	margin: 1px;
	list-style-type: none;
	border-bottom: 1px none;
}

/* fix for browsers that don't need the hack */
html>body .menu li {border-bottom: none;}


#mainbar .menu a, #auxbar .menu a {
	display: block;
	text-decoration: none;
}

#mainbar .menu A.level1 , #auxbar .menu A.level1 {
	background: #FFCC00 url(../images/arrow1.gif) no-repeat 3px 7px;
	color: #000000;
	padding: 3px 0px 3px 15px;
	border-top: 1px solid #FAAD58;
	border-right: 1px solid #BF6706;
	border-bottom: 1px solid #BF6706;
	border-left: 1px solid #404040;
}

#mainbar .menu A.level2, #auxbar .menu A.level2 {
	padding: 3px 0px 3px 18px;
	font-weight:normal;
	border-bottom: 1px solid #9DC4E6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

#mainbar .menu A.level1:hover , #auxbar .menu A.level1:hover{
	color: #FFFFFF;
	background-color: #FF6600;
}

#mainbar .menu A.level2:hover , #auxbar .menu A.level2:hover {
	color: #FFFFFF;
	background-color: #2179C5;
}

/***************************/
/* NAV              	   */
/***************************/
#nav A {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-right: 5px;
}

#nav A:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

H1 {
	font-family: Tahoma, Arial;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
	margin: 3px 0 15px 0;
	padding: 0;
}



/*********************/
/* DIALOG			 */
/*********************/
#left .dialog, #right .dialog {
	width: auto;
}

/***************************/
/* NEWS              	   */
/***************************/
.news IMG {
	padding: 3px;
	margin: 0px 0px 5px 0px;
	display: block;
	border: 1px solid #9DC4E6;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.news TD{
	color: #666666;
}

.news A {
	text-decoration: none;
	font-weight: bold;
}



/***************************/
/* COPYBAR                 */
/***************************/
#copybar {
	background: #FFF url(../images/dowtile.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 50px;
}

#copybar TD {
	padding-top: 10px;
	vertical-align: top;
	color:  #2277AB;
	font-size: 10px;
	text-align: center;
}

#copybar A {
	color: #2D75B0;
	text-decoration: underline;
}

#copybar A:hover {
	color: black;
}

#contact, #phones {
	width: 160px;
}

#copybar #contact {
	background: url(../images/tp.gif) no-repeat center 5px;
	min-height: 10px;
	padding-top: 18px;
}

#phones DIV {
	margin-bottom:5px;
	border-bottom: 1px solid #9DC4E6;
	border-left: 1px solid #9DC4E6;
	padding: 3px;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#phones {
	text-align: left;
	white-space: nowrap;
}

#phones .phone { 
	font-size: 12px !important;
	font-weight: bold;
	background: url(../../../images/phone.gif) no-repeat 4px 3px;
	padding-left: 25px;
}

#phones .fax { 
	font-size: 12px !important;
	background: url(../../../images/fax.gif) no-repeat 4px 3px;
	padding-left: 25px;
	font-weight: bold;
}


/*********************/
/* BOTTOM  		 	*/
/*********************/
#bottom .section {
	text-align: center;
	margin: 2px 0 5px 0;	
	margin-left: auto;
	margin-right: auto;
}

#bottom .menu UL {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: both;
}

#bottom .menu LI {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: normal;
	border-right: 1px solid #BBB;
}

#bottom .menu A {
	white-space: nowrap;
	padding: 0 5px 0 5px;
	font-size: 9px;
	width: auto ! important;
	color: #7EA0B7;
}

#bottom .menu A:hover {
	color: black;
}

/********************/
/* LAYOUT
/********************/



INPUT.def, INPUT.btn, A.btn {
	background-color: #0066CC;
	border-color: #0F3659;
}

/*********************/
/* SURVEY            */
/*********************/
.survey .question {
	background: #EFEFEF url(../../images/bullet5.gif) no-repeat 2px 7px;
	border-bottom: 1px solid #AAA;
	padding: 4px 3px 4px 10px;
}

.survey .answer {
	font-size: 90%;
	border-bottom: 1px solid #DDD;
}


/***********************/
/*	USER    		   */
/***********************/

#userLogged {
	padding: 10px 2px 10px 10px;
	background: url(../images/headshadow.jpg) no-repeat -10px bottom;
}

#userCompany {
	display: inline;
	padding-left: 20px;
	font-weight: bold;
	color: #2179C5;
}

#user UL {
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#user LI{
	font-family: Arial;
	float: left;
	padding: 6px 8px 6px 8px;
	margin: 1px;
	border-right: 1px solid #CCC;
}

#user  LI {
	list-style-type: none;
	float: left;
	display: block;
}

#user A {
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#user A:hover {
	color: #000084;
}

#userCart {
	white-space: nowrap;
}

#userCartFull A {
	color : #FF5500;
}

#user .cartTotal {
	color: #888888;
	font-weight: normal;
	font-size: 90%;
}

#user .cartTotal B {
	color: red;
}

#userLogout A {
	color: #EF0000;
}


/***********************/
/*	PERSONALIZATIONS   */
/***********************/

#seller {
	background-color: #003871;
	background-image: url(../images/topbg.jpg);
	min-height: 80px;/*height: 68px*/
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

/********* SELLER *************/
#seller IMG {
	background-color: white;
	border: 3px solid #222244;
	text-align: center;
	margin: 0px 200px 5px 5px;
	padding: 3px;
}

#seller A {
	font-weight: bold;
}


/********* PAGE BTNS *************/
#pagebtns {
	text-align: right;
	white-space: nowrap;
	padding-top: 5px;
	vertical-align: top;
}

#pagebtns A {
	padding: 3px 10px 3px 25px;
	margin: 2px 0 2px 5px;
	font-weight: bold;
	border: 1px solid #9DC4E6;
	background-position: 6px center;
}

#pagebtns A:hover {
	color: #000;
	background-color: #FFF;
}


/* H2 TITLE CENTER */
#center H2 {
	margin: 10px 0 8px 0;
	padding: 13px 3px 5px 10px;
	text-transform: uppercase;
	background: url(../images/headshadow.jpg) no-repeat -10px bottom;
}


.dialog H2 {
	background-image: none !important;
}


TD.rLine {
	border-right: 1px dotted #9DC4E6;
}

TD.bLine {
	border-bottom: 1px dotted #9DC4E6;
}

