/* ++ Styles for category lists, product detail, and checkout pages ++ */

/* category list elements */
div.prodRow {
	margin: 10px 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 735px;
}

div.prodItem {
	float: left;
	padding: 0 10px 0 0;
	text-align: left;
	width: 235px;
}

div.prodItem div.arrowImg {
	background: #dbdbdb url(../images/ISRA/bg_arrowImg.gif) bottom right no-repeat;
	border: 1px solid #b2b2b2;
}

div.prodItem div.arrowImg a img {
	display: block;
}

div.prodItem a {
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

/* product detail page elements */
#productDetail {
	overflow: hidden;
	padding: 0 10px;
	width: 725px;
}

/* product gallery and thumbnails */
#productGallery {
	float: left;
	text-align: left;
	width: 356px;
}

a.viewLarge {
	font-size: 85%;
	font-weight: bold;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}

a.viewLarge:link, a.viewLarge:visited { background: transparent url(../images/ISRA/icon_viewLarge.gif) center left no-repeat; }
a.viewLarge:hover, a.viewLarge:active { background: transparent url(../images/ISRA/icon_viewLarge_ro.gif) center left no-repeat; }

ul#galleryThumbs {
	display: block;
	list-style-type: none;
}

ul#galleryThumbs li {
	display: inline;
}

ul#galleryThumbs a {
	float: left;
	height: 78px;
	margin: 0 9px 10px 0;
	width: 78px;
	padding: 1px;
}

ul#galleryThumbs a:link, ul#galleryThumbs a:visited { background-color: #b2b2b2; }
ul#galleryThumbs a:hover, ul#galleryThumbs a:active { background-color: #5ab631; }

/* product details description, lists, and tables */
#productInfo {
	float: right;
	text-align: left;
	width: 359px;
}

#productInfo h4 {
	padding: 0 0 10px 10px;
}

#productInfo h6 {
	padding: 10px 0;
}

#productInfo ul {
	font-size: 85%;
	list-style-type: none;
	padding: 0 0 20px 12px;
}

#productInfo ul li {
	background: transparent url(../images/ISRA/bullet.gif) center left no-repeat;
	padding: 0 0 0 12px;
}

#productInfo select
{
	margin: 0 0 10px 0;
	float: left;
}

#productInfo table select
{
	margin: 0px;
	float: none;
}

#productInfo label
{
	clear: both;
	display: block;
	float: left;
	padding: 2px 0 10px 0;
	width: 60px;
}

#productInfo h4.salePrice 
{
	padding: 5px 0px 10px 10px;
}

p.descoffer{
	display: block;
	color: #4b4eb7;
	BACKGROUND: url(../images/ISRA/bg_table_voucher.gif) left top;
	padding: 5px 10px;
	margin: 10px 0;
	border: 1px solid #b2b2b2;
	font-weight:bold;
}

p.descoffer strong
{
	color: #000000;
}

div.cartDivider {
	background-color: #dcdcdc;
	clear: both;
	height: 1px;
	margin: 10px 0;
	width: 98%;
}

div.cartDivider hr {
	display: none;
}

h6.pagination {
	padding: 10px 10px 0 0;
	text-align: right;
}

#addedItem {
	background-color:#ffffcc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0 0 10px 0px;
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#addedItem h4 {	
}

ul#checkoutProgress {
	background-color: #102785;
	color: #6b6a6a;
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
	padding: 10px;
	text-align: left;
	text-transform: uppercase; 
	margin:0px;
}

ul#checkoutProgress li {
	display: inline;
	padding: 0 10px 0 0;
}

ul#checkoutProgress li.active {
	color: #ffffff;
}

/* ++ form elements for shopping cart and contact pages ++ */
h5.cart_header5 {
	background-color: transparent;
	background-image: none;
	margin: 0;
}

/* shopping cart and contact form elements */
input.btnReg, a.btnReg{
	background-color: #404140;
	border: 1px solid #9c9d9f;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 3px;	
	text-transform:uppercase;
	cursor:pointer;
}

a.btnReg
{
	padding: 3px;
}

fieldset#checkoutContent, fieldset#contactForm {
	border: none;
	overflow: hidden;
	margin: 10px;
	width: 540px;
}

.inputReg {
	font-size: 85%;
	padding: 3px 0 3px 0;
	width: 250px;
}

.selectReg {
	font-size: 85%;
	width: 250px;
}

fieldset#checkoutContent label, fieldset#checkoutContent input, fieldset#checkoutContent select, fieldset#contactForm label, fieldset#contactForm input, fieldset#contactForm textarea {
	float: left;
	margin-bottom: 10px;
	color:#6b6a6a;	
}

/*fieldset#contactForm textarea {
	padding: 3px 0 3px 0;
	width: 250px;
}*/

fieldset#checkoutContent input
{
	border:1px solid #d0d0d1;
	background:#fff;
	width: 210px;
	padding: 2px 5px 3px;
}

fieldset#checkoutContent textarea{
	border:1px solid #d0d0d1;
	background:#fff;
	width: 210px;
	padding: 3px 5px 3px;
	height:63px;
}

fieldset#checkoutContent select{
	border:1px solid #d0d0d1;
	background:#fff;
	width: 210px;
	padding: 2px 5px 3px;
}

fieldset#checkoutContent label, fieldset#contactForm label {
	font-size: 100%;
	padding-right: 15px;
	text-align: right;
	width: 150px;
}

fieldset#checkoutContent label.checkbox_label {
	width: 300px;
}

fieldset#checkoutContent label.mandatoryLabel, fieldset#contactForm label.mandatoryLabel {
	font-weight: bold;
}

.address_container
{
	float:left;
	width:200px;
	padding:0px 0px 0px 10px;
}

.customerdetailscontainer
{
	float: left;
	text-align: left;
	clear: both;
	width: 500px;	
}

.customerdetails
{
	float: left;
	width: 240px;
	padding: 10px 0 0 10px;	
}

div.error_box
{
	clear:both;
	background-color: #f0fac8; 
	margin-bottom:10px;
	overflow:hidden;
}

a.PrintButton
{
	background:url(../images/ISRA/print.jpg) top left no-repeat;
	padding-left:20px;
}

a.PrintButton:hover, a.PrintButton:active
{
	color:#8daa06;
}

.magibiz_formeditordate
{
	float:left;
	width:180px;
}

div#checkoutPage .magibiz_formeditordate select
{
	width:80px;
}

div.checkoutfullpayment
{
	width:730px;	
	float:left;
	/*background-color:White;*/
}

/* ++ right sidebar elements ++ */

#rightSidebar h4 {
	padding: 6px 10px;
	Color: #102785;
}

div.smDivider {
            background: transparent url(../images/ISRA/divider_right_sidebar.gif) top left no-repeat;
            height: 15px;
            margin: 10px 0 10px 10px;
            width: 175px;
}

div.smDivider hr {

            display: none;

}


#rightSidebar h5, #rightSidebar h6 {
	padding-left: 10px;
}

#rightSidebar img {
	margin: 10px 0 0 10px;
}

#rightSidebar p {
	font-size: 85%;
	padding: 0.6em 10px;
}
#rightSidebar {
	/*background: transparent url(../../img/common/icon_sidebar_top.gif) top right no-repeat;*/
	float: left;
	text-align: left;
	width: 190px;
}
table.summaryTbl {
	border: none;
	margin-top: 10px;
	margin-left: 10px;
	width: 175px;
}

table.summaryTbl tr {
	background-color: transparent;
}

table.summaryTbl th {
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #6B6A6A;
	color: #6B6A6A;
	font-weight: bold;
	padding: 5px 3px;
	text-align: right;
	text-transform: none;
}

table.summaryTbl td {
	border-bottom: 1px solid #6B6A6A;
	padding: 5px 3px;
}

table.summaryTbl td em {
	color: #cc0000;
	font-style: normal;
}

.bottom-shadow {
	/*background-color:White;*/
	background-color:Fuchsia;
}


