html{overflow-y: scroll;}

body {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	margin: auto;
	padding: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-position: center top;
	
}

.homeFlash {
  background:#000000;
}



h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size:14px;
}


ul {
}

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

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#blue{ color:#1c8ab5;}

/******************************* HEADER ***************************/

#header {
	width: 960px;
	margin: 0 auto;
	height: 156px;
}

#header_top
{
margin: 0 auto;
width:960px;
height:75px;
}
#header_top p
{
padding-top:25px;
margin:0px;
font-size:22px;
color:#f2c90b;
float:right;
}
#header_bottom
{
margin: 0 auto;
width:960px;
height:30px;
}
#header_bottom p
{
margin:0px;
float:right;
}

.teebox {
display: block;
width:100px;
height:100px;
background: url("../images/teebox_banner.gif") no-repeat 0 0;
}
.teebox:hover {
    background: url("../images/teebox_rollover.gif") no-repeat 0 0;
	}

/******************************* HORIZONTAL MENU ***************************/

#menu {
	background-image:url(../images/nav_bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	top:120px;
	height: 30px;
	width: 883px;
	margin-left:77px;
	padding: 0px;
	
}
#menu_left {
float:left;
	top:120px;
	height: 30px;
	width: 700px;	
}
#menu_left ul {
	margin: 0;
	padding: 7px 0 0 0px;
	list-style: none;
}

#menu_left li {
	float: left;
	display: inline;
}

#menu_left a {
	height: 30px;
	margin: 0;
	padding: 20px 10px 0 20px;
	text-decoration: none;
	font-size: 13px;
	font-weight:370;
	color: #000000;
}

#menu_left a:hover {
	color: #FFF;
}

#menu_left .current_page_item a {
	color: #000000;
}

#menu_right {
	float:right;
	top:120px;
	height: 30px;
	width: 183px;
	margin:0px;
	}
/********** HORIZONTAL MENU RIGHT SEARCH BAR **********/

#search_box 
{
    float:right;
	width: 140px;
    height: 22px;
	background:#fff;
	margin: 3px 15px 0 0px;
}

#search_box #s {
    float: left;
    padding: 0;
    margin:0px;
	padding:3px 0px 0px 0px;
	margin: 0px 4px 0 3px;
    border: 0;
    width: 100px;
    background:#fff;
	height: 19px;
	font-size:12px;
}
#search_box #go 
{
    float: right;
    margin: 0px 0px 0 0;
	height: 22px;
}



/********** NEXT PAGE FUNCTION *************/

#next_page p
{
margin:0px 5px;
display:inline;
}
#next_page a
{
color:#ffe000;
}
#next_page a.selected
{
color:#fff;
}

/********** RIGHT SIDEBAR **********/
#right_sidebar
{
float:right;
width:160px;
height:auto;
}

#right_sidebar h2 {
	margin:0;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}
#right_sidebar h3 {
	margin:0;
	padding: 15px 10px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-top:15px;
	border-top:1px solid #959593;
}
#right_sidebar h4 {
	margin:0;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top:15px;
	border-top:1px solid #959593;
	padding: 15px 0px 0px 0px;
}
#right_sidebar h5 {
	margin:0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #959593;
}
#right_sidebar p {
	margin:0;
	font-size: 10px;
	color: #ffffff;
	}
	
#right_sidebar p a
	{
	font-size:12px;
	color: #1c8ab5;
	text-decoration:none;
	}
#right_sidebar p a:hover
	{
	font-size:12px;
	color: #f2c90b;
	text-decoration:none;
	}









/********************* Wrapper *********************/

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	margin-top:10px;
	padding: 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}


/********************************************* CONTENT *******************************************/

#border
{
	width: 883px;
	margin-left:77px;
	padding: 0px;
	border-bottom:1px solid #959593;
	
}

#content {
	position:relative;
	float: left;
	width:585px;
	margin: 0px;
	padding:10px 0px 30px 0px;
	background:none;
	height:auto;
	
}
#content h1 {
	font-weight:bold;
	font-size: 14px;
	color: #1c8ab5;
	margin-top:0px;
	padding-top:0px;
}

#content h2 {
	font-weight:normal;
	font-size: 12px;
	color: #fff;
	margin:0px;
	padding:0px;
}

#content h4
{
font-size:12px;
margin:0px;
padding:0px;
color:#1c8ab5;
font-weight:normal;
}

.blue{color:#1c8ab5;}

#find_supplier{ height:140px; margin-top:10px; width:auto; }

#table_bottom{border-bottom: 1px solid #FF0000;}






#mainCentreTxt {
   text-align:center;
   font-size:10px;

   margin-top:150px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #000000;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	background: #676767;
	margin: 10px 0px 20px 0px;
	padding: 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
	color: #959593;
}

.links a:hover {
}

/******************************** SIDEBAR ************************/

#sidebar1 {
	float: left;
	width: 115px;
	padding-top:10px;

	
}

#sidebar2 {
	float: right;
	width: 170px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 7px 0;
}

.sidebar li ul {
	background: none;
	padding-bottom: 17px;
}

.sidebar li li {
	margin: 0px 0px;/*was margin: 0px 7px;*/
	padding: 5px 0px;
	background: none;
}


.sidebar li h2 {
font-weight:normal;
	font-size: 12px;
	
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	color: #f2c90b;
	
	
}

.sidebar a {
	color: #adadad;
	
}

.sidebar a:hover {
	color: #FFF;
}



/************************* SEARCH *************************/

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: ver;
	font-size: 10px;
	color: #CCCCCC;
}





/******************************** PAGES *********************************/
   /*****************************************************************/




/**************************************** CONTENT:HOME PAGE *************************************/
#home
{
width:auto;
border:1px solid #990000;
}
/********************************HOME PAGE T&C's *********************************/
.home_page_tandc { font-size:8px; color: #737373;}
.home_page_tandc a{color: #737373;}
.home_page_tandc a:hover{ font-size:8px; color: #fff;}


/********************************************* HOW IT WORKS *******************************************/
#how_it_works_container

{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}

/********************************************* LATEST NEWS PAGE *******************************************/
#news_container

{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}
/********************************************* FAQ PAGE *******************************************/
#faq_container

{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}

.faq{
padding:0px0px;
width:auto;
height:auto;
margin:0px 0px 15px 0px;
color: #adadad;
}

/******************************* SUPPLIERS PAGE**********************************/
.supplier_page
{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}

.supplier_page h3{
   color: #f2c90b;
   margin:0px 0px 5px 0px;
   padding:0;
}

.supplier_page a{
   color:#FFF;
}

.supplier_page p{
line-height:20px;
   margin:0;
   padding:0;
}
.grey{ color: #adadad;}

/********************************************* CONTACT US PAGE *******************************************/
#contact_container
{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}


#contact
{
width: 500px;
margin: 0 auto;
font-size:12px;
color:#fff;
}

#submit_blue
{
background-image: url(www.rentaclub.co.uk/images/contact.jpg);
}
/******************************* ACCOUNT LOGIN PAGE**********************************/
#login_container
{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}
#login_container td {
   color:#FFF;
}

/******************************* ACCOUNT REGISTER PAGE**********************************/
#register_container
{
width:550px;
margin-left:20px;
padding:0;
height:auto;
}
#register_container td {
   color:#FFF;
}




/******************************* BRANDS PAGE**********************************/
#brand_image
{
padding:0px;
width:auto;
height:auto;
}
#brand_description
{
font-size:10px;
padding:0px;
width:auto;
height:auto;
margin:0px 0px 40px 0px;
color: #adadad;
line-height:17px;
}

/******************************************** LISTING PRODUCT PAGE ******************************************/
#products
{
width:520px;
height:auto;
float:left;

}


#imagebox_product_left
{
width:158px;
height:202px;
/*border:1px solid #1882AA;*/

}
#imagebox_product_middle
{
width:158px;
height:202px;
/*border:1px solid #1882AA;*/

}
#imagebox_product_right
{
width:158px;
height:202px;
/*border:1px solid #1882AA;*/

}

/****** PRODUCT BOXES ******/
#product_left {
float:left;
width:158px;
height:260px;
border:none;
margin-bottom:10px;

}
#product_left p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}

#product_middle {
margin-left:20px;
float:left;
width:158px;
height:260px;
border:none;
margin-bottom:10px;

}
#product_middle p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}

#product_right {
margin-left:20px;
float:left;
width:158px;
height:260px;
border:none;
margin-bottom:10px;

}
#product_right p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}


/******************************* RENT THIS CLUB PAGE **********************************/

.yellow_link a { color:#fff;}
.yellow_link a:hover{ color:#fee001;}

.yellow{color:#fee001;}

/********************************************* CALENDAR *******************************************/
/*#calendar_container
{
width:550px;
margin-left:60px;
padding:0;
height:auto;
}*/

.calendar_page_bigger{ font-size:14px; margin:0; padding:0;}



#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}



/****/

#relatedprod {
	height:265px;
	width:auto;
	border:1px solid #990000;
	float:left;
	}


#imagebox_product_1
{
width:158px;
height:202px;
margin:0px 0px 10px 0px;
}


#imagebox_product_2
{
width:158px;
height:202px;
margin:0px 0px 10px 0px;
}

#imagebox_product_3
{
width:158px;
height:202px;
margin:0px 0px 10px 0px;
}

#product_1 
{
width:158px;
height:260px;
border:none;
}
#product_1 p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}


#product_2 
{
width:158px;
height:260px;
border:none;
}
#product_2 p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}


#product_3 
{
width:158px;
height:260px;
border:none;
}
#product_3 p{font-size:12px; margin:10px 0px 0px 0px; padding:0;}


/************************** Footer *************************/

#footer_brands
{
margin:15px 0px 10px 0px;
width: 883px;
height:auto;

}

#footer {
	width: 960px;
	height:auto;
	margin: 0 auto;
	padding-top:10px;
	/*padding: 0 20px;
	border-top:1px solid #959593*/;
}
#footer .link {
float:left;
padding-left:79px;
}



#footer li {
	float: left;
	display: inline;
}

#footer a {
	height: 30px;
	margin: 0;
	padding: 0px 5px 0 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight:370;
	color:#959593;
}
#footer a:hover {
color:#FFF;
}

#footer .copyright {

}

.stylistic {
   float:right;
   padding-top:7px;
}

#footer .stylistic a {
   color:#959593;
}

#footer .stylistic a:hover {
   color:#FFF;
}












/*******************************************************/
#gallery_thumbs
{
float:left;
width:42px;
height:52px;
margin:0px 10px 0px 0px;
display:inline;
border:1px solid #fff;
}

#enlarge_thumbs
{
float:right;
width:42px;
height:52px;
margin-bottom:15px;
}

.enlarge_image1
{border: 1px solid #FFFFFF;margin-left:15px; margin-right:15px;}
.enlarge_image2
{border: 1px solid #FFFFFF;margin-left:15px;}
.enlarge_image3
{border: 1px solid #FFFFFF;margin-left:15px;}
.enlarge_image4
{border: 1px solid #FFFFFF;margin-left:15px;}

.enlarge_text { font-size:12px;}
.recently_text{ font-size:12px;}
.related_text{ font-size:12px;}

/******************************* INTO_PRODUCT PAGE ******************************************/
#product_image
{
float:right;
margin-top:30px;
width:255px;
height:326px;
border: 1px solid #FFFFFF;
}

#product
{
margin: 0 auto;
width:555px;
height:auto;
float:left;
margin-bottom:20px;

}

#product_description
{
margin:00px 0px 0px 15px;
float:left;
width:270px;
height:auto;

}

#into_product_desc h2{ font-size:18px; font-weight:bold; color:#FFFFFF; margin:0px;}
#into_product_desc p{ font-size:12px;color:#FFFFFF;}







/***************************** SELECTION BOX **********************************/

#selection_java
{
float:left;
margin:0 auto;
width:555px;
height:auto;
color:#FFFFFF;
}

#menu_tabs2{height:auto; width:510px; margin:0 auto;}

#specifications{background-image:url(../images/border_side.jpg); background-repeat:repeat-y;height:auto; width:510px; margin:0 auto; margin-top:15px;}
#specifications p{ padding-left:15px;padding-right:15px;}
#specifications_top{ background-image:url(../images/border_top.jpg); background-repeat:no-repeat;height:10px; padding:0;}
#specifications_bottom{ background-image:url(../images/border_bottom.jpg); background-repeat:no-repeat;height:10px;}



#technology{background-image:url(../images/border_side.jpg); background-repeat:repeat-y;height:auto; width:510px; margin:0 auto; margin-top:15px;}
#technology p{ padding-left:15px;padding-right:15px;}
#technology_top{ background-image:url(../images/border_top.jpg); background-repeat:no-repeat;height:10px;}
#technology_bottom{ background-image:url(../images/border_bottom.jpg); background-repeat:no-repeat;height:10px;}



#email{background-image:url(../images/border_side.jpg); background-repeat:repeat-y;height:auto; width:510px; margin:0 auto; margin-top:15px;}
#email p{ padding-left:15px; margin:0;padding-right:15px;}
#email_top{ background-image:url(../images/border_top.jpg); background-repeat:no-repeat;height:10px;}
#email_bottom{ background-image:url(../images/border_bottom.jpg); background-repeat:no-repeat;height:10px;}



.tabs2 ul
{
margin: 0;
padding: 0;
float: left;
background:#117faa;
}

.tabs2 ul li
{
display: inline;
}

.tabs2 ul li a
{
float: left;
color: white; 
padding-top: 6px; 
padding-bottom: 4px;
text-decoration: none;
width:170px;
}

.tabs2 ul li a:visited
{
color: white;
}

.tabs2 ul li a.selected{
color:#000000;
padding-top: 6px; 
padding-bottom: 4px;
background:#b9b6b4;
}

.tabcontent2
{ 
}

/**************/
#technology_image
{ 
float:right; 
width:220px; 
height:155px;
margin:2px 10px 15px 5px;

}
#technology_button
{  
margin:0px 0px 0px 10px;
}
/**************/
.fname{ background:#d5d5d5;}
.femail{ background:#d5d5d5;}
.yname{ background:#d5d5d5;}
.yemail{ background:#d5d5d5;}
.ymessage{ background:#d5d5d5; height:70px; width:200px; margin:5px 0px 0px 10px;}

.white_link {
  color:#FFF;
}










Cart Layout --------------------- */

#cartHeader { margin-top: 5px; width: 910px; overflow:hidden; background-color:#eee; padding:3px 0; font-size: 14px; }
.cartItem { float:left; width: 625px; padding-left:5px; }
.cartItem img { float:left; padding-right: 20px; }
.cartPrice { float:left; width: 80px; }
.cartQty{ float:left; width: 80px; z-index:3; }
#chooseDel{ float:left; width: 200px; padding-bottom:3px; z-index:3; }
.cartTotal{ float:left; width: 80px; }
.cartRemove{ float:left; width: 29px; text-align:center; }
.cartRowItem{ width: 910px; overflow:hidden; padding-bottom:10px; padding-top:10px; border-bottom: 1px dotted #ccc; }
.cartRow{ width: 200px;  overflow:hidden; padding-bottom:3px; padding-top:3px; }
.cartRow2{ float:left; width: 910px; overflow:hidden; padding-bottom:3px; text-align:center; padding-top:5px; }
.cartRow2 input { border: none; }
#cartPriceSpacer{ float:left; width: 100px; }
.cartPriceTotal{ float:left; width: 100px; }
hr{ background-color:#eee; color:#eee; width:910px; height:2px; border:0px; margin-bottom: 20px; }
#return{ float:left; width:450px; text-align:right; padding-right:5px; padding-top:5px; }
#return img { margin-left: auto; }
#checkout{ float:right; padding-top:5px; margin-bottom: 20px;}
.cartheadertxt{ color:#000; font-weight:bold; }
.orderTotals { background: #eee; border: 1px solid #aaa; width: 250px; float: right; margin-top: 10px; clear: both; }
.orderTotals p { position: relative; margin: 0 5px 5px 5px; font-weight: bold; }
.orderTotals span { position: absolute; top: 0; right: 0; }
.orderTotals h3 { background: #ccc; padding: 5px; color: #111; margin-bottom: 5px; font-style: italic; }
.bigTotal { font-size: 14px; }
.cart2, .cart2:visited, .cart2:active { font-size: 14px; text-decoration: none; }
.cart2:hover { color: #000; }


.catdescpp {
float: left;
width: 650px;
margin: -16px 0 12px 0;
color: #000;
padding: 4px 10px 0 0;
}

.checkout_button {
   background-color:#000;
   color:#FFF;
   padding:4px;
   width:120px;
}
.value_cell input {
  width:100%;
  border:1px solid #999;
}
.value_cell textarea {
  width:100%;
  border:1px solid #999;
}
.checkout_table field_cell {
   width:200px;
}
.checkout_table value_cell {
  width:300px;
}
.checkout_table {
  width:500px;
}
.cart_table {
  width:750px;
}
.cart_table td {
   padding:10px;
   border-bottom:1px solid #CCC;
}
.checkout_cart_table {
  width:750px;
}
.checkout_cart_table td {
   padding:10px;
   border-bottom:1px solid #CCC;
}

.checkout_register_box {
   padding:20px;
   display:block;
   width:260px;
   height:210px;
   border:1px solid #9FDEF6;
   float:left;
   margin:3px;
}
.checkout_register_box h2{
   font-family:verdana;
   font-weight:bold;
   font-size:16px;
   margin-bottom:16px;
   color:#FFF;
}
.checkout_register_box p{
   margin-bottom:10px;
}
.checkout_register_box a{
   display:block;
   margin: 2 6 2 6;
   font-weight:bold;
   color:#FFF;
   border:1px solid #FFF;
   padding:6px;
   text-align:center;
  
}
.checkout_login_box {
   padding:20px;
   display:block;
   width:260px;
   height:210px;
   border:1px solid #FFF;
   float:left;
   margin:3px;
}
.checkout_login_box h2{
   font-family:verdana;
   font-weight:bold;
   font-size:16px;
   margin-bottom:16px;
   color:#FFF;
}
.checkout_login_box p{
   margin-bottom:10px;
}
.checkout_login_box a{
   display:block;
   margin: 2 6 2 6;
   font-weight:bold;
   color:#FFF;
   border:1px solid #FFF;
   padding:6px;
   text-align:center;
  
}
.checkout_login_box label{
   font-weight:bold;
   color:#FFF;
   margin-top:10px;
   margin-bottom:1px;
   display:block;
   padding:0px;
   height:14px;
}
.checkout_login_box input,.checkout_login_box input[type='password']{
   display:block;
   font-weight:bold;
   color:#000;
   border:1px solid #FFF;
   width:180px;
   font-size:12px;
   height:16px;
   padding:0px;

}

.checkout_login_box input[type='submit']{
   display:block;

   margin:12px 60px 2px 6px ;
   margin-left:105px;
   font-weight:bold;
   color:#000;
   border:1px solid #FFF;
   padding:2px;
   text-align:center;
   font-size:12px;
   background-color:#FFF;
   width:80px;
   height:28px;
   
  
}
table.standard_form {
   margin-bottom:20px;
   margin-top:20px;
}
table.standard_form td.title_cell {
    padding:3px;
    font-weight:bold;
    width:100px;
}
table.standard_form td.value_cell {
   padding:3px;
    width:200px;
   
}
table.standard_form td.value_cell input {
   padding:3px;
   border:1px solid #999;
   
}
a.checkout_button {
   border:1px solid #000;
   background-color:#666;
   color:#FFF;
   text-decoration:none;
   font-size:14px;
   padding:4px;
   font-family:verdana;
}
.standard_form input[type="checkbox"] {
   background-color:#999;
}

div.errors {
   
  padding:8px;
   border:0px solid #d99;
   color:#7A0F47;
}

td.club_is_available {
   background-color:#FFDF00;
   text-align:center;
}
td.club_is_available a{
color:#000000;
}

/***/
td.club_is_not_available {
   background-color:#7A0F47;
   text-align:center;
}
td.club_is_not_available a{
color:#000000;
}
/***/
td.rental_select_box select { width:350px;}
/***/

div.cartItemName {
   float:left;
   width:290px;
}




.minicalendar{ color:#fff;}

/*.title_row{ color:#990000;}*/
/*********************** Gallery Styles **********************/

#motioncontainer {
width: 255px; /* Set to gallery width, in px or percentage */
height: 102px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #000000; /* Set image border color */
}


#motioncontainer a {
  outline: none;
}

.gallerythumb {
margin-left: 5px;
}
/* End Gallery Styles */

/********************* CSS class for zoomed area *******************/
.MagicZoomBigImageCont {
	border:			1px solid #000000;
	
}

.zoom1{ float:left;}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
	
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
	float:left;
}
