html {
	color: black;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #dfdfdf url('../img/background.jpg') repeat-x;
}
body {
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
}

fieldset
{
	border: none;
	padding:0;
	margin: 0;
}

img {
	border: 0;
}
	img.onLeft {
		float: left;
		margin-right: 20px;
	}
	img.onRight {
		float: right;
		margin-left: 20px;
	}

a, a * {
	cursor: pointer;
}

a, a:visited {
	color: #339933;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ff8400;
}
a.neutral, a.neutral:visited, a.neutral:active, a.neutral:hover, a.neutral:focus {
	color: inherit;
	text-decoration: inherit;
}
a.read-more, a.read-more:visited, a.read-more:active, a.read-more:hover, a.read-more:focus {
	display: block;
	padding-left: 13px;
	background: transparent url('../img/bt_more_details.gif') 0 50% no-repeat;
	color: #ff8400;
}
a.expandList {
	font-size: 80%;
	display: block;
	margin: 5px 0 10px 0;
}
a.more {
	display: block;
	padding-left: 13px;
	background: transparent url('../img/bt_more_details.gif') 0 50% no-repeat;
}
a.less {
	display: block;
	padding-left: 13px;
	background: transparent url('../img/bt_less_details.gif') 0 50% no-repeat;
}
a.help {
	padding-left: 18px;
	background: transparent url('../img/business/help_blue.png') 0 50% no-repeat;
}
	a.help.right {
		padding-left: 13px;
		margin-left: 4px;
	}


/* buttons */
a.button, button.glossy, input.glossy {
	display: block;
	width: 59px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
	padding: 4px;
	margin: 1px 4px 1px 4px;
	background: transparent url(../img/button_small.png) no-repeat;
	border: none !important;
	color: #e8e8e8;
}
a.button:visited {
	color: #e8e8e8;
}
input.glossy {
	/* for unknown reason this needs to be defined like padding was not a part of dimensions */
	height: 25px;
	width: 67px;
	padding: 2px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	a.button:hover, button.glossy:hover, input.glossy:hover, a.button:focus, button.glossy:focus, input.glossy:focus {
		background: transparent url(../img/button_small_hover.png) no-repeat;
		color: #336633;
	}
	a.button.medium, button.glossy.medium, input.glossy.medium {
		width: 108px;
		background: transparent url(../img/button_medium.png) no-repeat;
	}
		input.glossy.medium {
			width: 116px;
		}
		a.button.medium:hover, button.glossy.medium:hover, input.glossy.medium:hover, a.button.medium:focus, button.glossy.medium:focus, input.glossy.medium:focus {
			background: transparent url(../img/button_medium_hover.png) no-repeat;
		}
	a.button.large, button.glossy.large, input.glossy.large {
		width: 150px;
		background: transparent url(../img/button_large.png) no-repeat;
	}
		input.glossy.large {
			width: 158px;
		}
		a.button.large:hover, button.glossy.large:hover, input.glossy.large:hover, a.button.large:focus, button.glossy.large:focus, input.glossy.large:focus {
			background: transparent url(../img/button_large_hover.png) no-repeat;
		}
	a.button.verylarge, button.glossy.verylarge, input.glossy.verylarge {
		width: 200px;
		background: transparent url(../img/button_verylarge.png) no-repeat;
	}
		input.glossy.verylarge {
			width: 208px;
		}
		a.button.verylarge:hover, button.glossy.verylarge:hover, input.glossy.verylarge:hover, a.button.verylarge:focus, button.glossy.verylarge:focus, input.glossy.verylarge:focus {
			background: transparent url(../img/button_verylarge_hover.png) no-repeat;
		}

	a.button.largest, button.glossy.largest, input.glossy.largest {
		width: 250px;
		background: transparent url(../img/button_largest.png) no-repeat;
	}
		input.glossy.largest {
			width: 250px;
		}
		a.button.largest:hover, button.glossy.largest:hover, input.glossy.largest:hover, a.button.largest:focus, button.glossy.largest:focus, input.glossy.largest:focus {
			background: transparent url(../img/button_largest_hover.png) no-repeat;
		}


p.error {
	color: red;
	border: 1px solid red;
	background-color: #ffffe0;
	padding: 3px;
}

.date {
	color: #006633;
	font-weight: bold;
}
.productName {
	color: #006633;
	font-weight: bold;
}

.warning {
	color: #a00000 !important;
	text-align: left !important;
	font-weight: normal !important;
	border: 2px solid #a00000 !important;
	background-color: #ffffe0;
	padding: 10px 20px;
	margin: 10px 0;
}

.inline, .inline * {
	display: inline;
}

h1, h1 a, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 18px;
	color: #003300;
	padding-bottom: 10px;
	background: transparent url('../img/ruler.png') 0 100% repeat-x;
}

h2, h2 a, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 14px;
	color: #003300;
	margin-top: 30px;
	padding-bottom: 6px;
}

h3, h3 a, h3 a:link, h3 a:active, h3 a:visited {
	font-size: 12px;
	color: #003300;
	padding-bottom: 4px;
}
#language-selector {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: center;
	color: #e0e0e0;
}
	#language-selector li {
		display: inline;
		margin: 0 10px;
		padding: 0;
	}
	#language-selector li.current {
		color: white;
		font-weight: bold;
	}
		#language-selector li label {
			cursor: pointer;
			
		}
		#language-selector li label:hover {
			text-decoration: underline;
		}


#header{
	height: 99px;
	width: 912px;
	position: relative;
	color: #333333;
	background: url('/media/img/background_header.jpg') no-repeat;
	z-index: 1;
	font-size: 12px;
	line-height: 14px;
	
	/* to merge */
	background: url('/media/img/background_header_square.png') no-repeat;
	
	
	
}

	#header #header_logo{
		height: 69px;
		text-align: center;	
	}

	#header #logo {
		border: 0;
		position: relative;
		top: 5px;
		left: 0px;
	}
	
	#header #menu{
		padding-top: 0px;
		margin: 0;
		height: 30px;
		width: 100%;
		
	}
	
	#header #search {
		position: absolute;
		top: 30px;
		right: 10px;
	}
	
	#header #search  #text {
		border-top: solid 2px #a5a5a5;
		border-left: solid 2px #a5a5a5;
		border-bottom: none;
		border-right: none;
	}

	#header ul#login_cart {
		position: absolute;
		bottom: 0px;
		right: 10px;
		width: 255px;
		height: 30px;
		margin: 0 0 0px 0;
		padding: 0;
	}
	
	#header ul#login_cart .loginLink{
		background: url('../img/menu_lock_icon-off.png') 10% 50% no-repeat;
	}
	
	#header ul#login_cart .loginLink:hover{
		background: url('../img/menu_lock_icon-on.png') 0 50%  no-repeat;
	}  

	#header ul#login_cart .mycartLink{
		background: url('../img/menu_mycart_icon-off.png') 0% 50% no-repeat;
	}
	
	#header ul#login_cart .mycartLink:hover{
		background: url('../img/menu_mycart_icon-on.png') 0 50%  no-repeat;
	} 

	#header ul#menu_list {
		position: absolute;
		bottom: 0px;
		left: 40px;
		width: 600px;
		height: 30px;
		margin: 0px 1px 0px 0;
		padding: 0;
		list-style-type: none;
	}
		#header ul li {
			display: block;
			float: left;
			margin: 0;
			padding: 0px;
			position: relative;
		}

		
		
		#header ul li.last {
			background: none;
		}
			#header ul li a {
				display: block;
				margin: 0px 0px 0 0px;
				padding: 7px 16px 8px 8px;
				vertical-align: text-top;
				color: #333333;
				text-decoration: none;
				background: url('../img/menu_btn_line.png') 100% 50% no-repeat;

			}
					
			#header ul li a.image{
				padding-left: 23px;
				margin-left: 6px;
				border-right-image: 1px url('../img/menu_btn_line.png');
			}	
			
			#header ul li a.image tr{
				vertical-align: top;
				
			}
			#header ul li a:hover {
				color: #ffffff;
			}
			
			#header ul li.last a {
				min-width: 50px;
			}
			#header ul li:hover {
				color: #ffffff;
				background: url('../img/menu_btn_on.png') 0 100% repeat-x;
				
			}

			#header ul li ul.submenu {
				position: absolute;
				top: 18px;
				left: 0;
				bottom: none;
				margin: 0;
				padding: 0;
				width: 116px;
				min-height: 150px;
				list-style-type: none;
				z-index: 2;
			}
				#header ul li ul.submenu li {
					margin: 2px;
					padding: 0;
					display: block;
					float: none;
					color: #ffffff;
					background: #679966;
					border: 1px solid #a8a8a8;
					position: static;
				}
				#header ul li ul.submenu li a {
					display: block;
					padding: 5px 5px 5px 8px;
					text-decoration: none;
					color: #ffffff;
				}
				#header ul li ul.submenu li:hover, #header ul li ul.submenu li a:hover {
					background: #ffb400;
					color: #006830;
				}

#subheader {
	height: 60px;
	width: 912px;
	background: url('../img/background_middle.png') no-repeat;
}

#subheader.index {
	height: 110px;
	width: 912px;
	/* CHANGED TO INCORPORATE ANIMATED BANNER. REMOVE AND UNCOMMENT TO RECOVER ORIGINAL SUBHEADER  (P.Baiget 20100301)*/
	background:none;/*background: url('../img/background_middle_index.jpg') no-repeat;*/
	position: relative;
}

#subheader.index ul{
	padding: 0;
	margin: 0;
	list-style: none;
}


#page-body {
	width: 892px;
	padding: 10px;
	color: #333333;
	background: #eeeeee;
	position: relative;
}
#page-body.index {
	min-height: 200px;
}
	#breadcrumbs {
		margin: 0 200px 20px 20px;
		height: 14px;
		padding: 0;
		list-style-type: none;
	}
		#breadcrumbs li {
			float: left;
			margin: 0;
			padding: 0 0 0 18px;
			background: transparent url('../img/bullet_arrow.gif') 0 2px no-repeat;
		}
		#breadcrumbs li.first {
			padding: 0;
			background: transparent;
		}
	#user-messages {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 5px 0;
		background-color: #ffb400;
		border: 1px solid black;
		z-index: 10;
	}
		#user-messages ul {
			list-style-type: none;
			margin: 0 auto 0 auto;
			padding: 4px 0 4px 0;
			width: 912px;
		}
	#set-user-mode {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 8px 20px;
		background-color: #ffb400;
		border: 1px solid black;
		z-index: 10;
	}
		#set-user-mode a {
			color: black;
			text-decoration: underline;
		}

#sidebarlist {
		position: absolute;
		right: 8px;
}


#news-sidebar {
	position: relative;
	right: 8px;
	width: 170px;
	padding: 8px;
	margin-left: 10px;
	background: #d8d8d8 url('../img/news_bg.gif') repeat-x;
	border: solid 1px #bbbbbb;
}
	#news-sidebar a.feed {
		display: block;
		float: right;
		height: 16px;
		width: 16px;
		margin-top: 10px;
		background: transparent url('../img/feed.png') 100% 100% no-repeat;
	}
		#news-sidebar a.feed span {
			display: none;
		}
	#news-sidebar ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#news-sidebar ul li {
			margin: 0 0 18px 0;
			background: transparent url('../img/ruler.png') 0 100% repeat-x;
		}
			#news-sidebar ul li .date {
				padding: 6px 0 1px 25px;
				background: transparent url('../img/news-column-icon.png') 0 0 no-repeat;
			}
	#news-sidebar a.read-more {
		padding-top: 5px;
		padding-bottom: 5px;
	}


#homepage-navigation {
	list-style-type: none;
	height: 40px;
	margin: 1em 20px 1em 20px;
	padding: 0;
	background: transparent url('../img/ruler.png') 0 100% repeat-x;
}
	#homepage-navigation li {
		height: 40px;
		width: 160px;
		margin-right: 20px;
		display: block;
		float: left;
		font-weight: bold;
		background: transparent url('../img/tab-off-bg.png') 0 100% no-repeat;
	}
		#homepage-navigation li.current {
			background: transparent url('../img/tab-on-bg.png') 0 100% no-repeat;
		}
		#homepage-navigation li a {
			color: #999e97;
			display: block;
			height: 23px;
			width: 100px;
			padding: 12px 20px 5px 40px;
		}
			#homepage-navigation li.current a {
				color: #339933;
			}
			#homepage-navigation li a:hover {
				color: #ff8400;
			}
			#homepage-navigation li.products a {
				background: transparent url('../img/tab-off-products.png') 18px 12px no-repeat;
			}
				#homepage-navigation li.products.current a {
					background-image: url('../img/tab-on-products.png');
				}
			#homepage-navigation li.profile a {
				background: transparent url('../img/tab-off-profile.png') 18px 12px no-repeat;
			}
				#homepage-navigation li.profile.current a {
					background-image: url('../img/tab-on-profile.png');
				}
			#homepage-navigation li.cart a {
				background: transparent url('../img/tab-off-cart.png') 18px 12px no-repeat;
			}
				#homepage-navigation li.cart.current a {
					background-image: url('../img/tab-on-cart.png');
				}
	#page-body #content {
		min-height: 600px;
		margin: 5px 200px 0 20px;
	}
	#page-body.fullwidth #content {
		margin: 20px 20px 0 20px;
	}



#global-container {
	width: 912px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#footer {
	padding: 50px 0 0 0;
	background: #dfdfdf url('../img/footer.png') 0 0 no-repeat;
	width: 912px;
	color: #999999;
	height: 47px;
	font-size: 85%;
}
	#footer p {
		text-align: center;
	}
.overlayBox {
	position: fixed;
	top: 10%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	min-height: 22em;
	background: #eeeeee;
	border: 6px solid #446644;
	color: black;
	z-index: 1001;
	overflow: auto;
}
.overlayBox.small {
	height: 12em;
}
	.overlayBox .container {
		position: relative;
		padding: 10px 30px;
	}
	
	.overlayBox .container .data{
		position: relative;
		top: 180px;
	}
	
	.overlayBox .container .title{
		font-size: 24px;
		font-weight: bold;
		padding: 5px 0;
		margin: 0;
	}	
	
	.overlayBox .container .subtitle{
		font-size: 14px;
		padding: 5px 0;
		margin: 0;
	}	

	.overlayBox .container .text{
		font-size: 12px;
		padding: 0;
		margin: 0;
	}	
		
	.overlayBox .container .data td.new{
		width: 40%;
		padding: 0 20px 0 20px;
	}
	.overlayBox .container .data td.existing{
		width: 60%;
		padding: 20px 70px 0 70px;
	}
	
	
	.overlayBox a.close {
		display: block;
		width: 13px;
		height: 13px;
		position: absolute;
		top: 9px;
		right: 9px;
		background: transparent url('../img/bt_close.gif') 100% 0 no-repeat;
	}
		.overlayBox a.close span {
			display: none;
		}
	.overlayBox h2 {
		font-size: 18px;
	}
	.overlayBox .loadableContent .throbber {
		display: block;
		margin: 0 auto;
	}
	.overlayBox .ok {
		margin: 10px auto 20px auto;
	}
#login-box {
	top: 25%;
	right: 20%;
	left: 20%;
	width: 657px;
	height: 430px;
	font-size: 12pt;
	border: none;
	background:  url('../img/login_splash_bg.png') no-repeat;
}
	#login-box .entry {
		position: relative;
		height: 2em;
	}
		#login-box .entry label {
			display: block;
			position: absolute;
			left: 0;
			right: 50%;
		}
		#login-box .entry input {
			display: block;
			position: absolute;
			left: 50%;
			right: 0;
		}
		#header form input {
			margin: 0 3px 0 3px;
			padding: 1px;
			border: 1px solid #666666;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}

                #login-box form input.logintext {
                        background-color: #ffffff;
                        color:#006600;
                        height: 20px;
                }


.loginAuxButtons p {
	margin: 20px 5px 5px 5px;
}
.toplink {
	clear: both;
	height: 13px;
	margin: 35px 0 10px 0;
}
	.toplink a {
		display: block;
		height: 13px;
		width: 30px;
		padding: 0 0 0 18px;
		background: transparent url('../img/bt_up.gif') 0 0 no-repeat;
	}
.bullet {
	padding-left: 20px;
	background: transparent url('../img/bullet_arrow.gif') 0 0.25em no-repeat;
}

br.clear {
	clear: both;
}



/* Hacks for particular browser engines */

/* lovely IE */
/* 1: IE doesn't hold container's width constraint */
* html #page-body #content {
	width: 672px;
}
* html #page-body.fullwidth #content {
	width: 840px;
}
/* 2: IE repeats background for every <input> element within <li> */
* html #header ul li.login {
	background: none;
}
/* 3: IE doesn't understand min-width and min-height */
* html #login-box {
	width: 25em;
	height: 10em;
}
/* 4: and this is a big mystery */
* html .productBox .productDescription {
	height: 158px;
}
* html .codecStandards li .standardsList .standardTitle {
	padding: 10px 0px 6px 13px;
}
* html ol.tabs li {
	width: 100px;
}
* html .cartContents td.item .itemDetails .supportLengthDialog, * html .cartContents td.item .itemDetails .supportFAQ {
	top: 85px;
}
* html a.help {
	background-position: 0 4px;
}
* html div.currencyConversion .container {
	width: 600px;
}


/* moovida-based style replication  (for Fluendo Corporate Web) */


