/* @override 
	http://camera-obscura-shop.net/css/camera_obscura.css
	http://www.camera-obscura-shop.net/css/camera_obscura.css
*/

/* -------------------------------------------------------------- 
  
  Reset

   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-weight: inherit;
	font-style: inherit;*/
	font-family: inherit;
	vertical-align: baseline;
}

#skip {display:none;}
.hidden {display:none;}

.left {float:right;margin-right:.3em;}
.right {float:right;margin-left:.3em;}


/* remember to define focus styles! */
:focus {
	/*outline: 0;
	border: 1px solid red;*/
}

ol, ul {
	list-style: none;
}

ol.featured-list li{
	font-size: 1.2em;
	font-style: italic;
	color: #ff0000;
	margin:  10px;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1;
	background: #ffffff;
	/* IE 5.5SP2 */
}
                                    
blockquote li, blockquote p, blockquote dd, blockquote dt,
dd blockquote, dd p, dd li,
li blockquote, li dd, li dt, li li, li p,
td blockquote, td dd, td dt, td li, td p, td td {
	font-size: 1em;
}


/* Headings and Generic stuff 
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	clear: both; 
}

h1 { font-size: 2.4em; }
h2 { font-size: 4em; padding-top: 20px;font-weight: normal;text-transform: uppercase;}
h3 { font-size: 1.2em;text-transform: uppercase;}
h4 { font-size: 1.2em; line-height: 1.25; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.products h2{
	font-size: 2.4em;
}

a {
	color: #A92C0E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.primary {
	float: left;

}

.alternative {
	float: left;
	padding-left:  10px;
}

p#credits{
	float:  left;
	width:  150px;
	margin-right:  50px;
}

#footer p{
	padding:  0;
	margin: 0;
	position:  relative;
	top:  118px;
	float:  right;
}


/* Structure
-------------------------------------------------------------- */


#container {
	margin: 0px auto;
	text-align: left;
	/* go back to roots */
	width: 960px;
	background:  #e1e1e1;
	padding-bottom:  110px;
	overflow:  hidden;
	border-left: 5px solid #8bc5a2;
	border-right: 5px solid #8bc5a2;
	border-bottom: 5px solid #8bc5a2;
}

#sideBar {
	width: 165px;
	/*background: #560;*/
	float: left;
	padding-left: 80px;
	margin-top: 40px;
}

#contentBlock {
	width: 600px;
	z-index:  2;
}

#contentBlock p{
	line-height:  1.2em
}

#header{
	margin: 0 auto;
	display: block;
	width: 1022px;
	height: 110px;
}

h1#logo{
	height:  136px;
	width: 950px;
	display:  block;
	position:  absolute;
margin-left:  81px;
		background: transparent url(images/camob_header_bg.jpg) no-repeat right;
		z-index: 1;
}

h1#logo a{
	width:  780px;
	height:  53px;
	display:  block;
	background: transparent url(images/logo.gif) no-repeat;
	position:  relative;
	top: 10px;
}

h1#logo span{
	display: none;
}

#jump_menu{
	position:  relative;
	top: 65px;
	left:  80px;
	z-index: 10;
}

#jump_menu li{
	float: left;
	padding-right:  25px;
}

#jump_menu li a{
	font-size: 1.6em;
}

#main {
	/*background: #45a;*/
	float: left;
	padding-left: 15px;
	padding-right: 10px; /* IE sweetness */
	width: 600px;
	margin-top:  40px;
}

/* Tables
-------------------------------------------------------------- */

#content table {
	width: 100%;
	margin: .5em 0;
	border-collapse: collapse;
	line-height: 150%;
	width: 100%;
	border: 0;
	margin-top: 10px;
	font-size: 1.2em;
}

th {
	border: 1px solid #fff;
	background: #ABD0A6;
	padding: 5px;
	text-align: left;
}

td {
	background: #f0f0f0;
	border: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
}

formField, .formSelect{
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 200px;
}

.formFieldShort,
.formFieldMedium {
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 20px;
	margin-right: 5px;
}

.formFieldMedium { 
	width:96px; 
}

table .price {
	color: #13689d;
	font-size: 110%;
	font-weight: bold;
}

.formFieldProduct{ 
	width:150px; 
	margin-top: 5px;
}

.global-form {
	margin-top: 2em;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

td label {
	font-size: 1.0em;
}

label {
	font-size: 1.3em;
	line-height:  1.5em;	
}

fieldset {
	margin-bottom: 1em;
}

#navSubDept {
	padding-top: 15px;
	padding-bottom:  20px;
	margin-bottom: 10px;
	background:  #e1e1e1;
	border-top: 10px solid #8ba8ba;
}


#navSubDept li {
	display: inline;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #8ba8ba;
}

#navSubDept li:first-child{
	border-left:  none;
}

#navSubDept li a {
	font-weight: bold;
	font-size: 1.4em;
}

.deptDesc {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.2em;
}

.err {
	color: #f00;
	font-weight: bold;
}

address {
	font-size: 1.2em;
	line-height:  1.4em;
}

/* Buttons
-------------------------------------------------------------- */

input.text,
input.formField,
input.formFieldShort,
textarea,
select {
    font-size: 1.1em;
    font-family: Arial;
    line-height: 1.3em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    padding: 3px;
    background: #fff url(/graphics/banchory/fieldbg.gif) repeat-x top;
}

input.text:hover,
input.formField:hover,
input.formFieldShort:hover,
textarea:hover,
select:hover {
}

input.text:focus,
input.formField:focus,
textarea:focus,
select:focus {
    border-top: 1px solid #666;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
	background-color: #ffd;
}

input.button,
input.formButton,
input.formButtonBuy {
    font-family: Arial;
	height: 30px;
	border: 0;
	color: #fff;
	background-color: #14acff;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #fff;

}

input{
}

p input.formButton {
	font-size: 1.0em;
}

input.button:hover,
input.formButton:hover,
input.formButtonBuy:hover,
input.formButtonBuy:hover,
input.buttonSearch:hover,
button.formButtonRight:hover {
	background: #8BC5A2;
	cursor: pointer;
}

input.fieldSearch:hover {
}

input.formButtonBuy {
	width: 85px;
	font-size: 1.3em;
	text-align: center;
	padding-left: 5px;
}

.searchBox {
	margin-bottom: 20px;
}

input.fieldSearch {
	float: left;
	font-size: 1.2em;
	padding: 9px 2px 9px 6px;
	margin: 0;
	width: 118px;
	height: 14px;
	border: 0;
	background: #ffffff;
	border: 2px solid #8BA8BA
}

input.buttonSearch {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
	width: 35px;
	height: 36px;
	background: #8BA8BA;
}

button.formButtonRight {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	width: 165px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	/*padding: 10px 0 10px 20px;*/
	margin: 0;
	margin-bottom: 10px;
	border: 0;
	height: 55px;
	background: url(/graphics/banchory/right_buy_button.gif) 0 0 no-repeat;
}

button.formButtonRight span {
	font-family: Arial;
	display: block;
	width: 100px;
	margin-left: 20px;
	margin-top: 11px;
	line-height: 1.1em;
	margin-top: 0;
}

button.link {
	border: 0;
	background: none;
	padding: 0;
	cursor: pointer;
	vertical-align: bottom;
}

button.link span {
	font-family: Arial;
	color: #A92C0E;
	text-decoration: underline;
	font-size: 1.0em;	
}

.actions {
	width: 300px;


}

.update {
	text-align: right;
}

#total {
    width: 500px;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 20px;
}

#total dt {
    font-weight: bold;
    float: left;
    width: 300px;
}

#total dd {
    width: 500px;
}

.priceTag {
	float: left;
	text-align: center;
	color: #fff;
	width: 155px;
	height: 35px;
	padding: 4px 5px;
	margin-bottom:  10px;
	background:  #8BC5A2;	
}

.priceTag strong em {
	font-size: 1.8em;
	font-style: normal;
	letter-spacing: -1px;
}

.priceTag strong {
	line-height: 1.4em;	
}

/* sideBar Navigation
-------------------------------------------------------------- */

#navDept {
	margin-bottom: 30px;
}

#navDept h3, #navTools .status {
	/*display: block;*/
	/*height: 40px;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0;
	padding: 10px 10px 10px 10px;
	background: #D1CA81;
}

#navTools .status {
	/*display: block;*/
	/*height: 40px;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0;
	padding: 10px 10px 10px 10px;
	background: #8BA8BA;
}

#navDept li.last a,
#navTools li.last a {

}

#navDept li a, #navTools li a {
	display: block;
	background: transparent url(images/boxbg.png);
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 10px 10px 10px;

}

#navTools .info {
	background: url(/graphics/banchory/mbasket_icon.gif) 100% 0px no-repeat;
	line-height: 1.1em;
}

#navTools .info a {
	display: block;
	color: #fff;
}

#navTools h3 {
	display: block;
	height: 40px;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0;
	padding: 10px 10px 10px 10px;
	background: #5AAC51 url(/graphics/banchory/tab_top.gif) 0 0 no-repeat;	
}

/* Breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

#breadcrumbs{
	width: 600px;
}

/* Columns
-------------------------------------------------------------- */

/* @group Pagination */

#pagination {
	text-align: center;
	clear: both;
}

#pagination p {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}

#pagination .links a {
	font-weight: bold;
}

#pagination a#firstPage:after {
}

#pagination a#lastPage:before {
}

#pagination a {
	padding: 3px 10px;
	border: 1px solid #ACD1A7;
	margin-right: 3px;
	background:  #ffffff;
}

.paginator {
	border-top: 4px solid #9CCCAD;
	padding-top: 10px;
	width: 430px;
	margin-bottom: 3em;
	clear: both;
}

.paginator a,
.paginator span {
	font-size: 2.0em;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
	margin-right: 2px;
	padding-top: 10px;
	width: 40px;
	text-decoration: none;
	height: 30px;
	background: #75CAC8 url(icon_page.gif) 0 0 no-repeat;
}

.paginator a em {
	display: none;
}

.paginator a:hover {
	/*background: #f00;*/
}

.paginator .prev {
	background: url(icon_prev.gif) 0 0 no-repeat;
}

.paginator .current {
	
}

.paginator .next {
	background: url(icon_next.gif) 0 0 no-repeat;
}

/* @end */

p.anchor {
	font-size: 1.6em;
	font-weight: bold;
	float: left;
}

p.anchor a {
	color: #D3305A;
}

p.audio a {
	background: url(icon_listen.gif) 0 0 no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	float: right;
}

p.audio span {
	display: none;
}

/* Content elements
-------------------------------------------------------------- */ 

h2#pageTitle {
	padding: 22px 0px 10px 10px;

}


h1 a:hover,
h2 a:hover {
	text-decoration: underline;
}

.inner p, p.inner {
	font-size: 1.2em;
	line-height: 1.4em;
}

.noBgrd {
	background: none !important;
}

#content {
	padding-bottom: 8px;
	background: transparent url(images/boxbg.png);
	margin-bottom: 20px;
	border-top:  5px solid #8bc5a2;
	border-bottom:  5px solid #8bc5a2;
}

#product .inner, #content .inner {

}

#content .inner{
	padding: 10px;
}

#content .welcome{
	padding:  0px;
}

#content .welcome p{
	padding: 10px;
}

#content .welcome img{
	padding: -10px;
}

#content div.inner.searchResults ol li, li.product div.productText {
	font-size: 1.2em;
}

li.product{
	border-bottom: 1px solid #999999;
}

.inner h2{
	padding-bottom:  10px;
	font-size:  1.2em;
	font-weight:  bold;
}

.inner p{
	padding-bottom: 10px;
}

.inner ol{
	padding-bottom:  10px;
}

.inner ol li{
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;
}



#reviews {
	width: 400px;
}

.products .item {
	width: 190px;
	margin: 10px 15px 10px 0px;
	float: left;
	border-top:  5px solid #8BA8BA;
	border-bottom: 5px solid #8BC5A2;
	position: relative;
	background: transparent url(images/boxbg.png);
}

.products .deptt{
		background: transparent;
		border-bottom: none;
}

.products .last {
	margin-right: 0;
}

.products .first {
	clear:  both;
}


.products .item:hover .desc {
	display: block;
	position: absolute;
	bottom: 50px;
	background: #fff;
	opacity: .85;
	left:  0;
	padding: 10px;
	z-index: 100;
	width: 168px;
	border: 1px solid #ACD1A7;
	border-bottom-width: 0;
	border-top-width: 0;
}

.products .details {
	padding: 0 10px;
}

.products .basics {
	width:  170px;
	margin: 10px 0;
}

.products .desc {
	clear: both;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 0.6em;
	display: none;
}

.products .price,
.products .stock {
	font-weight: bold;
	font-size: 1.2em;
} 

.products h3 {
	z-index: 10;
	font-size: 1.4em;
	height: 39px;
	padding: 3px 10px;
	color:  #000000;
}

.products h3 a {
	line-height: 1.0em;
	color: #000000;
}

.return {
	font-size: 1.2em;
}



.searchResults {
}

.searchResults li {
	margin: 20px 10px;
}

.searchResults h2 {
	width:  400px;
	font-size: 1.6em;
	padding-top:  0;
	line-height:  18px;
}

.searchResults p {
	font-size: 1.3em;
	margin-top: 2px;
}


.productThumb {
	float:  left;
text-align:  left;

}
.productText {
	width: 500px;
	margin-left: 5px;
	float:  left;
	}

.clearing {
	clear:  both;
}

/* Sitemap
-------------------------------------------------------------- */

ul#sitemap ul{
	margin:  10px 0px 0px 0px;
	padding: 0;
	line-height: 1.4;
	font-size: 1.2em;
}


/* Product Page
-------------------------------------------------------------- */
#content .info {
	width: 166px;
}

.info h2 {
	margin-top: 1em;
	margin-bottom: 0.3em;

}
.info h3 {
	line-height:  1.7em;
}

.info p.synopsis {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.info .priceRRP,
.info .supplier {
	clear: both;
}

.info img{
	margin-right: 10px;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	width: 850px;
	height:  109px;
	padding-left:  50px;
	padding-right:  50px;
	margin: auto;
	position:  relative;
	top: -110px;
	margin-bottom: 40px;
	z-index: 1;
}

#footer p {
	font-size: 1.2em;
}

#footer ul {
		width: 700px;
	position:  relative;
	top:  120px;
}

#footer li {
	padding-right: 20px;
	float:  left;
	text-align: left;
}

#footer li a,
#footer p {
	font-size: 1.1em;
	font-weight: bold;
}

#footer p {
}

/* Hacks & misc (Put here By Tomek)
-------------------------------------------------------------- */

/* @group nasty hacks */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Added Float for Modules 1 and 2
----------------------------------------------------------------- */ 
.module1 {
   width:250px;
   float: left; 
   }
.module2 {
	width:250px;
	float:left;
}

/* End hide from IE-mac */

/* ---------------------- float fix ----------------------------- */
#container:after,
.products li:after,
#pagination:after,
#total:after,
.modules:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .#container,
* html .products,
* html .products li,
* html #pagination,
* html #total,
* html .modules{ height: 1%; }
/* end float fix */

/* @end */
