/* General elements */
body {
	background: #0F0F0F url('../images/background.jpg') no-repeat scroll center top;
	color: #FFF;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;	
}

a {
	color: #67CBE3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}

th {
	font-weight: bold;
}

h1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2.7em;
	color: #CAE7ED;
	border-bottom: 1px solid #3E3E3E;
	margin: 9px 0px;
}

h2 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #CAE7ED;
	border-bottom: 1px solid #3E3E3E;
	margin: 8px 0px;
}

h3 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #CAE7ED;
	border-bottom: 1px solid #3E3E3E;
	margin: 8px 0px;
}

h4 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #CAE7ED;
	border-bottom: 1px solid #3E3E3E;
	margin: 6px 0px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #CAE7ED;
	margin: 6px 0px;
}

ul, 
ol { 
	margin: 0.5em 0 1.5em 0em; 
	padding-left: 3em;
}

ul { 
	list-style-type: square; 
}

ol { 
	list-style-type: decimal; 
}

li {
	color: #CAE7ED;
	font-weight: bold;
}

li span {
	color: #FFF;
	font-weight: normal;
}

li a {
	font-weight: normal;
	color: #67CBE3;
}

p { 
	margin: 0 0 1em;
}

pre {
	margin: 12px 0px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
}

hr {
	border: 0px;
	color: #FFF;
	background-color: #3E3E3E;
	height: 1px;
	margin: 7px 0px;
	*margin: 0px;
}

input,
textarea,
button,
select {
	background: #0F0F0F;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #3E3E3E;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
	padding: 3px;
	outline: none;
}

input[type="submit"],
input[type="button"],
button {
	height: 0;
	width: 0;
	border: 0;
}

input[type="radio"] {
	border: 0;
	width: 13px;
	height: 13px;
}

input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin-bottom: 10px;
}

input[type="hidden"] {
	display: none;
}

/* Now we will need to overwrite the text color for when webkit shows the annoying inputfield background color (autofill only) */
input:-webkit-autofill {
    color: #2a2a2a !important;
}



/* Elements by id */
#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
}

/* Top bar styles */	
#topBar {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 50;
}

#topBar div { 
	position: relative; 
}

#topBarAccount { 
	width: 425px; 
	float: left;
}

#topBarBasket { 
	width: 290px; 
	float: left;
}

#topBarBasketHeader { 
	background: url('../images/cart/basket_icon.png') center left no-repeat; 
	padding-left: 20px; 
}

#topBarBasketShortlistContainerContainer { 
  position: absolute;
  top: 35px;
  left: 425px;
  z-index: 51;
  width: auto;	
}

#topBarBasketShortlistContainer { 
  width: auto;
  padding: 10px 10px 2px 10px;
  background: transparent url("../images/content_background.png");
  *background: #2e2e2f;
  font-size: 1em;
} 

#topBarBasketShortlist .amount { 
	float: left; 
	width: 20px; 
	padding-right: 5px; 
}	 

#topBarBasketShortlist .product { 
	float: left; 
  width: auto;
}

#topBarBasketShortlistBottom {
	background: transparent url('../images/content_bottom.png') no-repeat bottom right;
	margin-left: 8px;
}

#topBarBasketShortlistBottom div {
	margin-left: -8px;
	background: transparent url('../images/content_bottom.png') no-repeat bottom left;
	height: 8px;
	width: 8px;
}

#topBarCurrencies { 
	width: 105px;
	float: left; 
}

#topBarLanguages { 
	width: 95px;
	float: left; 
}

#topBarLanguages a,
#topBarCurrencies a {
	margin-left: 3px;
}

#topBarLanguages a img,
#topBarCurrencies a img {
	vertical-align: middle; 
}

/* Header styles */
#header {
	position: relative;
	top: 35px;
	width: 100%;
	z-index: 40;
	height: 129px;
}

#logo {
	position: absolute;
	top: 14px;
	left: 9px;
}

#menu {
	position: absolute;
	right: 14px;
	top: 61px;
	font-size: 1.6em;
	font-weight: bold;
}

#menu, 
#menu li ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;	
	line-height: 2.2em;
}

#menu li {
	color: #FFF;
	float: left;
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	text-shadow: #000 2px 2px 6px;
	font-weight: bold;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #000 2px 2px 6px;
	font-weight: bold;
}

#menu a:hover,
#menu li:hover,
#menu li.sfhover {
	color: #A2D7E3;
}

#menu li:hover ul, 
#menu li.sfhover ul {
	left: -20px;
}

#menu li ul {
	position: absolute;
	left: -999em;
	top: 2em; /* top: 100%; */
	padding: 0;
	line-height: 2.2em;
	font-size: 0.88em;
	font-weight: normal;
	width: 360px; /* *width: 260px; */ 	
}

#menu li ul li {
	clear: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: transparent url('../images/menu_background.png');
	width: 100%;
	text-shadow: none;
	font-weight: normal;
}

#menu li ul li a {
	padding: 0 20px;
	text-shadow: none;
	font-weight: normal;
}

#menu li ul li a:hover {
	color: #67CBE3;
}

#menu li ul li.menu_top {
	background: transparent;
}

#menu li ul li.menu_top div {
	background: transparent url('../images/rounded_menu_background.png') no-repeat top right;
	margin-left: 9px;
}

#menu li ul li.menu_top div div {
	margin-left: -9px;
	background: transparent url('../images/rounded_menu_background.png') no-repeat top left;
	height: 9px;
	width: 9px;
}

#menu li ul li.menu_bottom {
	background: transparent;
}

#menu li ul li.menu_bottom div {
	background: transparent url('../images/rounded_menu_background.png') no-repeat bottom right;
	margin-left: 9px;
}

#menu li ul li.menu_bottom div div {
	margin-left: -9px;
	background: transparent url('../images/rounded_menu_background.png') no-repeat bottom left;
	height: 9px;
	width: 9px;
}

/* Main content styles*/
#mainContent {
	position: relative;
	top: 35px;
	width: 100%;
	z-index: 30;
}


/* Footer styles */
#footer {
	padding: 10px 10px 0;
	background: transparent url('../images/footer_background.png');
}

#footer_top {
	height: 10px;
	width: 940px;
	margin-top: 36px;
	background: transparent url('../images/footer_top.png');
}

#footer_bottom {
	height: 10px;
	width: 940px;
	background: transparent url('../images/footer_bottom.png');
}


/* Search bar styles */
#search_results_bar {
	margin: 0px 0px 12px;
	padding: 2px 8px 2px 6px;
	background: #104855;
	color: #FFFFFF;
}

#search_results_bar a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Elements by class */
.content {
	width: 940px;
	margin: 0px auto;
	padding: 7px 10px;
	background: transparent url('../images/content_background.png');
	font-size: 1.2em;	
}

.topHeader {
	margin-top: 0px;
}

.breadcrumbs {
	margin: 0px 0px 16px;
}

.contentTop,
.contentBottom {
	width: 960px;
	height: 8px;
	margin: 0px auto;	
}

.contentTop {
	background: transparent url('../images/content_top.png');
}

.contentBottom {
	background: transparent url('../images/content_bottom.png');
}

.message {
	color: #4FE948;
	font-weight: bold;
}
.errorMessage {
	color: #FF0000;
	font-weight: bold;
}

td.red {
	color: #FF0000;
}

.pages {
	text-align: center; 
	margin-bottom: 16px;
}

.info_table_header th {
	text-align: left;
	border-bottom: 1px solid #3E3E3E;
	font-weight: bold;
}

.row1 {
	background: transparent url('../images/row1_background.png');
}

.row2 {
	background: transparent url('../images/row2_background.png');
}

.row3 {
	border-bottom: 1px solid #3E3E3E;
}

.clear {
	clear: both;
	height: 0px;
}

.squashed_content {
	width: 700px;
	margin: 0 auto;
}

.aRight {
	text-align: right;
}

.aCenter {
	text-align: center;
}

.jsClick { 
	cursor: pointer; 
}

ul.clean { 
	list-style-type: none; 
}

ul.simple li { 
	color: #FFF;	
	font-weight: normal;
}

/* Indes slideshow navigation */
.slideshow a { 
	height: 293px; 
}

.slideshow { 
	width: 620px; 
	height: 293px;
	overflow: hidden; 
}

#slideshow_nav a { 
	background: #CAE7ED; 
	color: #CAE7ED; 
	text-decoration: none; 
	margin: 0 1px 0 0; 
	font-size: 0.4em;
	height: 8px;
	width: 87px;
	overflow: hidden;
	display: inline-block;
}

#slideshow_nav a.activeSlide { 
	background: #67CBE3; 
	color: #67CBE3; 
}

#slideshow_nav a:focus { 
	outline: none; 
}


/*Product page styles*/
.box {
	clear: both;
	padding: 7px 10px 0;
	background: transparent url('../images/box_background.png');
}

.box_top {
	height: 10px;
	width: 300px;
	background: transparent url('../images/box_top.png');	
}

.box_bottom {
	margin: 0 0 10px 0;
	height: 10px;
	width: 300px;
	background: transparent url('../images/box_bottom.png');	
}

.price {
	float: right;
	color: #FFF;	
	font-size: 1.2em;
}

.star { /* New release of Product or Download */
	background: url('../images/star.png') no-repeat top right;
	padding: 0 20px 0 0;
}

.purchaseButton {
	margin: 10px 0 0 100px;
}

.downloadButton {
	margin: 10px 10px 0 0;
	float: right;
}

/*Checkout page styles*/
.addresses {
	float: left;
	width: 50%;
}

.addresses .radio {
	clear: left;
	float: left;
	width: 10%;
	text-align: right;
	padding: 2px;
}

.addresses .address {
	float: left;
	width: 85%;
	padding: 2px;
}

.addresses  img {
	float: right;
	right: 50px;
}


.news_date {
	font-size: 0.9em;
	color: #BBB;
}

/* Sitemap */
.sitemap {
	margin-top: 0px;
}

/* Page grid */
.content_section {
	margin-bottom: 32px;
}

.left_one_third {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.left_two_thirds {
	float: left;
	width: 620px;
	margin-right: 20px;
}

.left_one_half {
	float: left;
	width: 460px;
	margin-right: 20px;
}

.center_one_third {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.right_one_third {
	float: left;
	width: 300px;
}

.right_two_thirds {
	float: left;
	width: 620px;
}

.right_one_half {
	float: left;
	width: 460px;
}

/* Page grid for account menu */
.left_one_quarter {
	float: left;
	width: 200px;
}

.right_three_quarter {
	float: left;
	width: 720px;
	padding-left: 19px;
	/*border-left: 1px solid #3E3E3E;*/
}

.tab_one_third {
	width: 305px;
	height: 25px;
}

.tab_one_third a.click_area {
	width: 300px;
}

/* Form styles */
/* Fieldsets */
.generated_fieldset{
	margin: 8px 0px 24px;
	/*padding: 0px 0px 15px;*/
	border: none;
	float: left;
	clear: left;
	width: 100%;
}

.generated_fieldset legend{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #CAE7ED;
	margin: 0px;
	padding: 0px 0px 8px;
	*margin-left: -7px;
}

/* The form field */
.form_field {
	margin-bottom: 8px;
	float: left;
	clear: left;
	width: 100%;
	position: relative;
}

.form_field label {
	float: left;
	width: 140px;  
	margin-right: 8px;
}

.alternative_form_field .required,
.form_field .required {
	background-image: url('../images/required_field.png');
	background-position: top right;
	background-repeat: no-repeat;
}


.form_field input[type="text"],
.form_field input[type="password"],
.form_field textarea {
	width: 400px;
	float: left;
}

.form_field select {
	float: left;
}


.form_field input[type="checkbox"] {
	border: 0;
	float: left;
	margin: 3px 8px 0px 0px;
}

.form_field input[type="file"] {
	position: relative;
	text-align: right;

	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;

	z-index: 2;
}

#new_attach, #new_attach_browse {
	position: absolute;
	top: 0px;
	z-index: 1;
}
#new_attach { left: 147px; cursor: default; background:transparant }
#new_attach_browse { left: 319px; cursor: pointer }

.form_field textarea {
	height: 130px;
}

.form_field span {
	float: left;
}

/*.faux_form_field {
	margin-bottom: 8px;
	width: 100%;
}

.faux_form_field .label {
	float: left;
	width: 120px;
	margin-right: 8px;
	font-weight: bold;
}

.faux_form_field .field {
	float: left;
	width: 830px;
}*/


/* Alternative form fields */
.alternative_form_field {
	float: left;
	margin-bottom: 12px;
	width: 99%;
}

.alternative_form_field label {
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 4px; 
	float: left;
}

.alternative_form_field input[type="text"],
.alternative_form_field input[type="password"],
.alternative_form_field input[type="file"],
.alternative_form_field textarea {
	float: left;
	width: 100%;
}

/*.alternative_form_field textarea {
	height: 175px;
}*/

.alternative_form_field input[type="checkbox"] {
	border: 0;
	float: left;
	margin-top: 3px;
}

/*.alternative_form_button {
	float: right;
	padding-top: 4px;
}


/* Form errors */
.form_field .errors,
.alternative_form_field .errors {
	float: left;
	list-style: none outside none;
	margin: 0;
}

.form_field .errors {
	padding: 3px 0px 0px 10px;
}

.alternative_form_field .errors {
	padding-left: 0px;
	width: 100%;
}


.form_field .errors li {
	color: #F20800;
	height: 16px;
	line-height: 16px;
	list-style: none outside none;
	background: url('../images/form_error.png') no-repeat center left;
	background-color: transparent;
	text-indent: 21px;
	font-weight: bold;
}

.alternative_form_field .errors li {
	border: 0px;
	border-left: 2px solid #F20800;
	font-weight: bold;
	color: #F20800;
	padding: 4px 0px 4px 5px;
	background-image: none;
}


/* Button styles */
.button {
	background: url("../images/button_background.png") no-repeat top right;
	float: left;
	text-decoration: none;
	color: #CAE7ED;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;		
	padding: 3px 15px 0 0;
	margin-top: 4px;
	cursor: pointer;
	white-space: nowrap;
}

.button:hover {
	text-decoration: none;
}

.button span {
	background: url("../images/button_background.png") no-repeat top left;
	float: left;
	display: block;
	height: 21px;
	margin-top: -3px;
	padding-right: 15px;
	width: 0;
}

.form_button {
	height: 0px;
	width: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* The sortable list */
#sortable_list_header {
	width: 100%; 
	font-weight: bold;
	border-bottom: 1px solid #3E3E3E;
	color: 
}

.sortable_list {
	width: 100%; 
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#sortable_list_header,
.sortable_list li {
	padding: 3px;
	margin: 0px;
	float: left;
	width: 100%
}

.sortable_list li div {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
}

.sortable_list .draggable {
	cursor: move;
}

/*.thumbnail {
	width: 135px; 
	height: 108px;
	border: 1px solid #E5E5E5;
	text-align: center;
	cursor: move;
}

.thumbnail .image {
	line-height: 106px; 
}

.thumbnail .image img {
	vertical-align: middle;
}

.thumbnail .actions {
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
}*/