/** vim: set expandtab tabstop=3 shiftwidth=3:
*******************************************************************************
* (c) NEOCO                                                                   *
*                                                                             *
* filename: default.css                                                       *
* purpose:  default styles for www.renegadephoto.net                          *
*                                                                             *
*******************************************************************************

$Revision: 124 $
$Date: 2006-12-05 17:41:10 +0000 (Tue, 05 Dec 2006) $
$LastChangedBy: mark $

*/


/* ------------------------------------------------------- */
/* CONTENTS
	1. Shared styles
	2. Currently viewing
	3. Find a print
	4. Basket
	5. Subscribe
	6. View controller
	7. add to basket
*/



/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 1. Shared styles */
.rhs h3 {
	padding-bottom: 2px;
	}
.rhsBG {
	background-color: white;
	padding: 5px 10px 0 10px;
	}
.btnRHS {
	text-align: right;
	}
.btnRHS a:hover {
	background-color: transparent !Important;
	}




/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 2. Currently viewing  */
.viewing h2 {
	color: #293B3D;
	font-size: 12px;
	}






/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 3. Find a print  */
.search p {
	font-size: 10px;
	color: #849681;
	padding-bottom: 4px;
	}
.search input, .search select {
	font-size: 12px;
	font-weight: bold;
	color: #849681;
	border: 1px solid #C2CAC0;
	width: 195px;
	margin-top: 1px;
	}
.search select {
	width: 200px;
	}
.search .btnRHS input {
	border: 0;
	padding: 0;
	width: 64px;
	}
.search legend {
	_text-indent: -1px; /* IE6 & prior */
	padding-bottom: 2px;
	}
*:first-child+html .search legend  { /* IE7 only */
	text-indent: -3px;
	}





/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 4. Basket */
.basket { 
	padding-top: 0;
	padding-bottom: 5px;
	}
.basket p {
	font-weight: bold;
	color: #849681;
	font-size: 11px;
	margin-bottom: 5px;
	}

	
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 5. Subscribe */
.subscribe {
	background: white url(../images/rhs/subscribe-bg.gif) repeat-x;
	margin-top: 20px;
	padding-bottom: 5px;
	}
.subscribe legend {
	padding: 8px 10px 5px 10px;
	margin-bottom: 3px;
	display: block;
	_text-indent: -7px; /* IE6 & prior */
	}
*:first-child+html .subscribe legend {
	text-indent: -7px;
	}
.subscribe p {
	padding: 0 10px 3px 10px;
	color: #849681;
	font-size: 11px;
	line-height: 13px;
	}
.subscribe input {
	font-size: 12px;
	font-weight: bold;
	color: #849681;
	border: 1px solid #C2CAC0;
	width: 195px;
	margin-top: 1px;
	}
.subscribe .btnRHS input {
	border: 0;
	padding: 0;
	width: 63px;
	}
.subscribe label {
	font-weight: bold;
	}
	
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 6. View controller */
.view {
	clear: both;
	padding-bottom: 20px;
	border-top: 1px solid #C2CAC0;
	}
.viewControl li, .viewPages li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	color: #849681;
	}
.viewPages {
	float: right;
	}
.viewControl {
	float: left;
	}


/* view pagination */
.viewPages li {
	float: left;
	padding-left: 2px;
	}
.viewPages li a {
	float: left;
	width: 14px;
	overflow: hidden;
	height: 0 !important;
	background-repeat: no-repeat;
	padding-top: 14px;
	font-size: 10px;
	color: #849681;
	text-decoration: none;
	_font-size: 1px; /* IE6 & prior */
	_color-white: white; /* IE6 & prior */
	}
html>body .viewPages li a {
	height: 14px; /* height ignored by IE6 & prior */
	background-color: transparent !important;
	}
.viewPages li a:hover {
	background-position: 0 -20px;
	}
.viewNext a {
	background-image: url(../images/baseline_jumpmenu/arrow-next.gif);
	}
.viewPrevious a {
	background-image: url(../images/baseline_jumpmenu/arrow-previous.gif);
	}
.viewInfo {
	padding-right: 2px;
	}


/* view controller */
.viewControl li a {
	float: left;
	width: 13px;
	overflow: hidden;
	height: 0 !important;
	background-repeat: no-repeat;
	padding-top: 13px;
	font-size: 10px;
	color: #849681;
	text-decoration: none;
	_font-size: 1px; /* IE6 & prior */
	_color-white: white; /* IE6 & prior */
	padding-right: 2px;
	}
html>body .viewControl li a {
	height: 13px; /* height ignored by IE6 & prior */
	background-color: transparent !important;
	}
.viewControl li a:hover {
	background-position: 0 -20px;
	}
.viewGrid a {
	background-image: url(../images/rhs/view-grid.gif);
	}
.viewHalf a {
	background-image: url(../images/rhs/view-half.gif);
	}
.viewFull a {
	background-image: url(../images/rhs/view-full.gif);
	}
.viewInfo a {
	background-image: url(../images/rhs/view-info.gif);
	}
.viewIn a {
	background-position: 0 -20px !important;
	}
.view h3 {
	float: left;
	padding-right: 3px;
	}





/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 7. add to basket */
.basketAdd {
	position: absolute;
	top: 230px;
	right: 100px;
	width: 220px;
	}

.basketAdd form {
	border: 2px solid #008AA3;
	border-top: none;
	float: left;
	}
.basketAdd li {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #008AA3;
	margin: 6px 10px 8px 10px;
	}
.basketAdd label {
	color: #293B3D;
	}
.basketAdd .fieldSelect {
	color: #849681;
	padding: 2px 1px;
	border: 1px solid #C9D1C7;
	margin-top: 2px;
	display: block;
	font-weight: bold;
	background-color: white;
	}
.basketAdd .size, .basketAdd .frame {
	width: 198px;
	}
.basketAdd .totalBasket {
	padding: 0;
	}
.basketAdd .totalBasket label {
	color: #008AA3;
	}
.basketAdd .totalBasket .readonly {
	border: none;
	font-size: 18px;
	display: block;
	color: #293B3D;
	font-weight: bold;
	background-color: transparent;
	width: 180px;
	float: left;
	}
.basketAdd .btnSubmit {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	height: 35px;
	} 
.basketAdd li ul {
	margin-top: 4px;
	}
.basketAdd li li {
	margin: 1px 0 0 0;
	}
.basketAdd li li label {
	width: 50px;
	font-weight: normal;
	color: #849681;
	float: left;
	}
.basketAdd li li .readonly {
	border: none;
	color: #849681;
	font-size: 11px;
	font-weight: bold;
	width: 145px;
	}

/* thanks */
.basketAddThanks {
	background-color: #008AA3;
	width: 224px;
	margin-bottom: 20px;
	float: left;
	}
.basketAddThanks p {
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin: 8px 10px 0 10px;
	}
.basketAddThanks p a:hover {
	background-color: transparent;
	}





/*Added by Rodrigo */
/* 5. Subscribe */
.subscribeHomepage {
	background: white url(../images/rhs/subscribe-bg.gif) repeat-x;
	margin-top: 20px;
	padding-bottom: 5px;
	}
.subscribeHomepage legend {
	padding: 8px 10px 5px 10px;
	margin-bottom: 3px;
	display: block;
	_text-indent: -7px; /* IE6 & prior */
	}
*:first-child+html .subscribeHomepage legend {
	text-indent: -7px;
	}
.subscribeHomepage p {
	padding: 0 10px 3px 10px;
	color: #849681;
	font-size: 11px;
	line-height: 13px;
	}
.subscribeHomepage input {
	font-size: 12px;
	font-weight: bold;
	color: #849681;
	border: 1px solid #C2CAC0;
	width: 195px;
	margin-top: 1px;
	}
.subscribeHomepage .btnRHS input {
	border: 0;
	padding: 0;
	width: 63px;
	}
.subscribeHomepage label {
	font-weight: bold;
	}









