/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 1.71 $
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date: 2011/11/18 10:12:29 $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

@IMPORT url("cake.generic.css");

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	margin: 0px;
}

#content {
	clear: both;
	color: #5E5E5E;
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	background-image: url("../img/center/header-reflect.png");
	background-repeat: no-repeat;
	
}

.admin_index td {
	background-color: transparent !important;
	border: 0px !important;
	vertical-align: middle;
}

/* Cart page */
.cart_steps {
	width: 735px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

.cart_steps td {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

cart_step_title {
	padding: 5px;
}

.cart_content {
	width: 747px;
}

/* contactform */
.contact_form_table td {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* detail page */
#detail_image {
	position: relative;
	float: left;
	width: 392px;
	height: 350px;
}

#detail_image img {
	border: 0px;
}

#detail_right {
	position: relative;
	float: left;
	width: 358px;
	min-height: 435px; /*440 - 5 padding*/
	padding-top: 5px;
	background-color: #efefef;
}

#detail_title {
	position: relative;
	float: left;
	width: 780px; /*388 - 20 padding*/
	height: 30px; /*40 - 10 padding*/
	padding-bottom: 10px;
}

#detail_1 {
	position: relative;
	float: left;
	width: 338px; /*358 - 20 padding*/
	min-height: 340px; /*350 - 10 padding*/
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#detail_1 td {
	text-align: left;
}

.detail_table {
	background-color: transparent;
}

#detail_thumbs {
	position: relative;
	float: left;
	width: 392px;
	height: 97px;
	border-bottom: none;
}

#detail_thumbs img {
	border: none;
}

.detail_info {
	position: relative;
	float: left;
	width: 358px;
	height: 107px;
	background-color: #ddd;
}

.detail_info td {
	border: 0px;
}

.detail_prize_td{
	background-color: transparent;
	padding-top: 18px;
}
.detail_prize {
	color: #bf1520;
	font-weight: bold;
	font-size: 14px;
	border: none;
}

.detail_stock {
	text-align: left !important;
 	font-weight: bold;
 	border-bottom: none;	
 	background-color: transparent;
}

.detail_deliverycosts {
	font-weight: normal;
	border: none;
}

.detail_camera {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

#detail_2 {
	position: relative;
	float: left;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #5E5E5E;
	text-align: center;
}

#detail_2 img {
	border: 0px;
}

/* style for the productdetails/edit */
div.textarea {
	width: 780px;
}

div.message {
	clear: both;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
	padding-left: 25px;
	background-image: url("../img/center/icon-error.png");
	background-repeat: no-repeat;
}

.td_product_gegevens{
	border: 0px;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0px 10px;
}
fieldset legend {
	background:#fff;
	color: #c73e14;
	font-size: 12px;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px 10px;
}
fieldset fieldset legend {
	font-size: 12px;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

/* footer */
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	width: 970px;
}

/* gallery page */
.gallery_group_table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

.gallery_title {
	width: 180px;
	text-align: left;
	color: #444;
	background-color: #f5f5f5 !important;
}

.gallery_group {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

.gallery_details {
	width: 778px !important;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	background-color: transparent !important;
}

.gallery_details td {
	border: 0px;	
	background-color: transparent !important;
}

.gallery_thumb {
	width: 180px;
	text-align: center;
}

.gallery_thumb img {
	border: 0px;
}

.gallery_info {
	width: 90px;
	text-align: left;
}

.gallery_dummy td {
	width: 180px;
	border: 0px;
}

.dummyTable tr td {
	border: 0px;
}

.gallery_prijs {
	width: 90px;
	text-align: right;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #bf1520;
	background-color: transparent !important;
}

/* header */ 
.header {
	width: 980px;
	height: 130px;
	background-image: url("../img/header/header.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	border-bottom: #fff 1px solid;
}

.header_menu {
	position: absolute;
	width: 950px; /*980 - 30 padding*/
	top: 105px;
	padding-left: 10px;
	padding-right: 20px;
}

.header_menu a {
	color: #eeeeee !important;
	text-decoration: none;
	font-weight: bold;
}
.header_menu a:visited {
	color: #eeeeee !important;
	text-decoration: none;
	font-weight: bold;
}
.header_menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.header_menu a:active {
	color: #eeeeee !important;
	text-decoration: none;
	font-weight: bold;
}

.header_menu_table {
	background-color: transparent;
	border: none;
}

.header_menu_tr {
	background-color: transparent;
	border: none;
}

.header_menu_td {
	background-color: transparent;
	border: none;
	color: #eeeeee;
}

.header_menu_left {
	position: relative;
	float: left;
	width: 470px;
	text-align: left;
}
.header_menu_right {
	position: relative;
	float: left;
	width: 470px;
	text-align: right;
}

/* homepage */ 
h2.homepage {
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	color: #5e5e5e;
}

/* input elements */ 
input.thumbnail {
	border: 1px;
	border-style: solid;
	width: 40px;
	height: 40px;
}

input.numberOfProducts {
	width: 40px;
	font-size: 14px;
}

input.pricesOfProducts {
	width: 65px;
	font-size: 14px;
	text-align: right;
}

input.date {
	width: 100px;
	font-size: 14px;
}

input.camera {
	width: 30px;
	height: 30px;
}

input.sales {
	width: 50px;
	height: 50px;
}

input[type=text] {
	font-size: 12px;
}



.left {
	width: 182px;
	height: auto;
	text-align: left;
	margin: 0px;
	position: relative;
	float: left;
	padding-top: 2px;
}

.main {
	width: 798px; /*798 - 10 padding*/
	height: auto;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	position: relative;
	float: left;
}

.main_content {
	width: 758px; /*798 - 40 padding*/
	height: auto;
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	float: left;
}

/* menu */
.menu-nav-swiss {
	background-image: url("../img/left/nav-swissgear-bg.png");
	background-repeat: no-repeat;
	width: 159px; /* 180 - 25 padding */
	height: 166px;
	padding-left: 21px;
	padding-top: 52px;
}

.menu-nav-crump {
	background-image: url("../img/left/nav-crumpler-bg.png");
	background-repeat: no-repeat;
	width: 159px; /* 180 - 25 padding */
	height: 140px;
	padding-left: 21px;
	padding-top: 47px;
}

.menu-nav-gino {
	background-image: url("../img/left/nav-gino-bg.png");
	background-repeat: no-repeat;
	width: 159px; /* 180 - 25 padding */
	height: 80px; 
	padding-left: 21px;
	padding-top: 47px;
}

.nav {
	margin-top: 20px;
	margin-left: 10px;
}

.nav h2 {	
	padding: 0px ;
	margin: 0px ;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	line-height: 20px;
	background-color: transparent;
}

.nav a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
.nav a:visited {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}
.nav a:hover {
	color: #777 !important;
	font-weight: bold;
	text-decoration: none !important;
}
.nav a:active {
	color: #777 !important;
	font-weight: bold;
	text-decoration: none !important;
}

/*old menu*/
.menu-item {
	padding: 0px ;
	margin: 0px ;
	border: none;
	background-image: url("../img/left/navTitleSwissgear.gif");
	background-repeat: no-repeat;;
}

.menu-item h2 {
	padding: 0px ;
	margin: 0px ;
	font-size: 12px;
	font-family: verdana;
	background-color: transparent ;
}

.menu_item_td_title {
	border-bottom: none;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	background-color: transparent !important;
}

.menu_item_td {
	border-bottom: none;
	background-image: url("../img/left/navItems.gif");
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-size: 12px;
}

.menu_item_crumpler {
	border-bottom: none;
	background-image: url("../img/left/navCrumpler.gif");
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-size: 12px;
}

.menu_item_gino_ferrari {
	border-bottom: none;
	background-image: url("../img/left/navGinoFerrari.gif");
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-size: 12px;
}

.menu_item_cart {
	border-bottom: none;
	background-image: url("../img/left/navCart.gif");
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-size: 12px;
}

.menu_item_dummy {
	border-bottom: none;
	background-image: url("../img/left/navDummy.gif");
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	font-size: 12px;
}

.menu_product {
}

.menu_product_td_image {
	background-color: transparent;
	border: 0px;
	text-align: left;
	color: #bf1520;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
}

.menu_product_td {
	background-color: transparent;
	text-align: left;
	color: #bf1520;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	border-bottom: 1px solid #efefef;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.menu_product img {
	border: 0px;
}

.menu_hyper a {
	color: #FFC125;
	font-weight: bold;
	text-decoration: none;
}
.menu_hyper a:visited {
	color: #FFC125;
	text-decoration: none;
}
.menu_hyper a:hover {
	color: #BF1520 !important;
	text-decoration: none !important;
}
.menu_hyper a:active {
	color: #BF1520 !important;
	text-decoration: none !important;
}


/* newsticker */

.news-ticker {
	border: 1px solid #333;
	width: 700px;
	padding-left: 25px;
	background-color: #F5F5F5;
	font-weight: bold;
	color: #000 !important;
	
	background-image: url("../img/center/bg-newsticker.gif");
	background-repeat: repeat;
}


/* radiolist 1px smaller than the default font-size */
.radiolist li {	
	float: left;
	list-style-type: none;
	font-size: 10px;
}

/* table styles*/

table.noStyleTable {
	background-color: transparent !important;
	border: 0px !important;
	padding: 0px;
	margin: 0px;
}

table.noStyleTable tr:nth-child(2n) td {
	background-color: transparent !important;
	border: 0px !important;
	padding: 0px;
	margin: 0px;	
}

table.noStyleTable td {
	background-color: transparent !important;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.admin_index tr:nth-child(2n) td {
	background-color: transparent !important;
	border: 0px !important;
}

table.contact_form_table tr:nth-child(2n) td {
	background-color: transparent !important;
	border: 0px !important;
}

table.detail_table tr:nth-child(2n) td {
	background-color: transparent !important;
	border: 0px !important;
}

table.dummyTable tr:nth-child(2n) td {
	background-color: transparent; !important;
	border: 0px;
}
table.gallery {
	margin-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

table.gallery_group_table tr:nth-child(2n) td {
	background-color: transparent;
}
table.measureTable {
	width: 760px !important;
	background-color: transparent !important;
}

table.measureTable tr:nth-child(2n) td {
	background-color: transparent !important;
}

table.menu-item {
	padding: 0px !important;
	margin-left: 2px !important;
}

table.menu-item tr:nth-child(2n) td.menu_item_td {
	background-color: transparent !important;
	border: none;
	background-image: url("../img/left/navItems.gif");
	background-repeat: no-repeat;
}

table.menu-item tr:nth-child(2n) td.menu_item_crumpler {
	background-color: transparent !important;
	border: none;
	background-image: url("../img/left/navCrumpler.gif");
	background-repeat: no-repeat;
}

table.menu-item tr:nth-child(2n) td.menu_item_gino_ferrari {
	background-color: transparent !important;
	border: none;
	background-image: url("../img/left/navGinoFerrari.gif");
	background-repeat: no-repeat;
}
	
table.menu-item tr:nth-child(2n) td.menu_item_cart {
	background-image: url("../img/left/navCart.gif");
	background-repeat: no-repeat;
}

table.menu-item tr:nth-child(2n) td.menu_item_dummy {
	background-image: url("../img/left/navDummy.gif");
	background-repeat: no-repeat;
}

table.menu_product tr:nth-child(2n) td.menu_product_td {
	background-color: transparent !important;
	border-bottom: 1px solid #efefef;
}

table.menu_product tr:nth-child(2n) td.menu_product_td_image {
	background-color: transparent !important;
	border: 0px;
}

tr.detail_table {
	border: 0px;
}

tr.menu-item {
	padding: 0px !important;
	margin: 0px !important;
}



td.cartIcon {
	width: 32px;
}

td.measureTD {
	font-weight: bold;
	text-align: center;
	background-color:  transparent !important;
	border-color: #858585 !important;
	border-width: 1px !important;
	border-style: solid !important;
	width: 105px;
}

td.measureTitle {
	font-weight: bold;
	text-align: left;
	background-color: transparent !important;
	border: none !important;
}

td.measureSubTitle {
	font-weight: bold;
	text-align: left;
	background-color:  transparent !important;
	border-color: #858585 !important;
	border-width: 1px !important;
	border-style: solid !important;
}

td.thumbnail {
	border: none;
}


/* form elements */
option {
	font-size: 12px;
	padding: 2px;
} 

textarea.orderremark {
	width: 500px;
}

.border {
	border: 1px solid #5E5E5E;
}

.payment-buttons {
	border: none;
	width: 180px;
	height: 45px;
}

.admin-buttons {
	border: none;
}

/* elements */
.bold {
	font-weight: bold;	
}

.right {
	text-align: right;	
}
 
.red {
	color: #bf1520;
}

.center {
	text-align: center;	
}

.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.width_1 {
	width: 100px;
}

.width_2 {
	width: 200px;
}

.width_3 {
	width: 300px;
}

.width_4 {
	width: 400px;
}

.width_5 {
	width: 500px;
}

.width_6 {
	width: 600px;
}

.width_7 {
	width: 700px;
}

.fixed {
	table-layout: fixed;
}

a {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a:active {
	color: #444;
	text-decoration: none;
}

a:link.ejb {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

a:visited.ejb {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}
a:hover.ejb {
	color: #444;
	text-decoration: none;
}
a:active.ejb {
	color: #444;
	text-decoration: none;
}

/** ejbadmin stuff: containers **/
div.ejbadmin {
	padding-left: 20px;
}
table.ejbadmin {
	width: 960px;
	padding: 0px;	
}
/** end ejbadmin stuff: containers **/

/** whyEJB contactpage stuff */
table.whyEJB {
	border-style: solid;
	border-width: 1px;
	border-color: #BF1520;
}

td.whyEJB {
	height: 20px;
	color: white;
	font-weight: bold;
	background-color: #BF1520;
}

td.whyEJBdummy {
	height: 5px;
}

td.darkBlueLine {
	height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cedaf2;
}

/**  end ejbadmin stuff: image list */
div.form {
	width: 550px;
}

.image_list_div {
	position: relative;
	float: right;
	width: 50px;
}
/** end ejbadmin stuff: image list **/
