/* CSS Document */

img { border:0; padding:0; margin:0; }

form { display:inline; }

label { font-size:16px; }

.product_wrapper{
	border-bottom:1px solid #e4e1e6; 
	font-size:16px; 
	padding:5px 0 5px 0; 
	margin:5px 0 5px 0;
	}

/* template.php styles start here */
body {
	font-family:Times New Roman, Arial, Verdana, Helvetica, sans-serif;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	font-size:12px;
	text-align:center;
	background:url(images/main_bg.jpg) repeat-x;
}
.menu_bottom{
	background:url(images/menu_bottom_bg.png);
	width:258px;
	height:16px;
	margin:-10px 0 10px 0;
	}
	
.leftbg{
	background:url(images/left_bg.png);
	height:146px;
	wwidth:258px;
	position:relative;
	margin:10px 0 10px 0;
	}
	
.leftbg_head{
	position:absolute;
	top:65px;
	text-align:center;
	width:100%;
	font-size:20px;
	font-weight:normal;
	color:#1e120d;
	

	}
	
a:link, a:visited {
	font-size: 12px;
	color: #1e120d;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
}

p {
	font-size:14px;
	color:#1e120d;
	text-align:left;
}

p a, p a:visited {
	font-size: 14px;
	color: #1e120d;
	font-weight:bold;
	text-decoration: none;
}

p a:hover {
	font-size: 14px;
	color: #1e120d;
	font-weight:bold;
	text-decoration: underline;
}

h1 {
	margin:0px;
	padding:5px 0 0 0;
	font-size:24px;
	font-weight:bold;
	color:#1e120d;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.container {
	text-align: left;
	position:relative;
	margin: 0px auto;
	width:980px;
}

.header {
	height:60px;
	background:url(images/header_bg.png);
}

.complogo {
text-align:center;
}

.cartbox {
	float:right;
	height:39px;
	width:225px;
	line-height:39px;
	padding:0 40px 0 0; 
	font-size:20px;
	text-align:right;
	position:relative;
}


.cartbox img {
	position:absolute;
	top:4px;
}

* html .cartbox {height:134px;}

.cartboxtitle {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 2px 0px;
}

.cartboxspacing {
	/*margin:1px 0px 3px 0px;*/
}

.cartbox a, .cartbox a:visited {
	font-size:16px;
	color:#1e120d;
	text-decoration:none;
}

.cartbox a:hover {
	font-size:16px;
	color:#1e120d;
	text-decoration:underline;
}

.h1holder {
	position:absolute;
	left: 7px;
	top:7px;
	text-transform:uppercase;
}

.h1holder h1 { margin:0px; padding:0px; color:#000000; font-size:12px; }

.topbanner {
	position:absolute;
	top:0px;
	left:371px;
    display: block;
    text-align:center;
	width:389px;
}

.searchtitle {
	position:absolute;
	top:140px;
	left:10px;
	color:#0c3e77;
	font-size:21px;
}

.searchholder {
	position:absolute;
	top:95px;
	left:50px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	background-color: #ffffff;
	width: 150px;
	height: 26px;
}

* html .searchholder {
	width: 180px;
	height: 24px;
	overflow: hidden;
}

.searchbutton {
	width: 27px;
	height: 26px;
	background-image:url(/images/go.jpg);
	float: right;
	border:0px;
	cursor: pointer;
}

.searchfield {
	width: 102px;
	height: 21px;
	border: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 12px;
	color:#1e120d;
}

.loginholdertxt{
	position:absolute;
	top:17px;
	right:217px;
}

.loginholder {
	position:absolute;
	top:10px;
	right:0px;
}

.loginholder span {
	color:#0c3e77;
	font-size:21px;
}

.loginfields {
	border:#b1b1b1 1px solid;
	width: 87px;
	height: 20px;
	color:#b1b1b1;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
}

.hploginbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/login_button.gif);
	width: 31px;
	height: 28px;
}

.icons{
	float:left;
	width:100px;
	height:39px;
	padding:0 0 0 40px;
	line-height:39px;
	}

.icons img{

padding:5px 0 0 0;	}

#top_menu {
	height:39px;
	width:520px;
	float:left;
	margin:0 0 0 5px;
	}

#top_menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:39px;
}

* html #top_menu ul { line-height:normal; }

#top_menu li {
	padding:12px 17px 12px 17px;
	margin:0px;
	display:inline;
	height:46px;
}

#top_menu li.tm11 {
	margin:0px 0px 0px 7px;
}

/*#top_menu li.tm1  {
	background-image:url(images/top_menu_slice.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:46px;
}*/

#top_menu li a, #top_menu li a:visited {
	color:#1e120d;
	text-decoration:none;
	font-size:20px;
	display:inline-block;
}

#top_menu li a:hover{
	color:#1e120d;
	text-decoration:underline;
	font-size:20px;
	display:inline-block;
}

.content { 
	margin:20px 0 0 0;
	width:980px;
	}

.content_left { 
	width:258px; 
	padding-top:10px; 
	float:left;
	margin:0 0 0 -12px;
	}
	
	
	
.content_right {
	width:688px; 
	padding:10px;
	background:#FFF;
	float:right;
	min-height:848px;
	}
	
.content_right p {
	line-height:20px;
	font-size:16px;
	}
	
	
.left_menu{
	background:url(images/menu_bg.png) repeat-y;	
	}

.menutitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:url(/images/menu_title_bg.gif) no-repeat;
	width:193px;
	line-height:34px;
	text-transform:uppercase;
}

.menutitle2{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	background:url(/images/menu_title_bg2.gif) no-repeat;
	width:187px;
	line-height:34px;
	text-transform:uppercase;
}

ul.catmenu {
	list-style:none;
	margin:0px 8px 5px 30px;
	padding:0px;
	width:200px;
}

li.catmenu {
	padding:6px 0px 6px 4px;
	margin:0px;
	font-size:14px;
	text-align:left;
	border-bottom:#dedede 1px solid;
}

li.catmenu a, li.catmenu a:visited {
	font-size:14px;
	color:#090c0c;
	text-decoration:none;
	text-transform:uppercase;
}

li.catmenu a:hover	{
	font-size:14px;
	color:#090c0c;
	text-decoration:underline;
	text-transform:uppercase;
}

li.cat_heading {
  text-align:center;
  font-weight:bold;
  }

.mail_box {
	display:block;
	color:#090c0c;
	text-align:center;
	margin-bottom:12px;
	text-transform:uppercase;
	font-size:12px;
	padding-top:5px;
}

.mailfield {
	border:#cccccc 1px solid;
	width: 165px;
	height: 20px;
	color:#b1b1b1;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-transform:uppercase;
	margin:3px 0px 3px 0px;
	text-align:center;
}

.mailbutton {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	cursor:pointer;
	background-image: url(/images/sign_up_button.gif);
	width: 106px;
	height: 22px;
}

.specials-content-box {
	width:187px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:15px;
}

.specials-content-box td {
	font-size:12px;
}

.footer {
	background:url(images/footer_bg.jpg);
	height:344px;
	clear:both;
		font-size:14px;

	}
	
.footer_bottom {
	width:980px;
	border-top:1px solid #5d3c37;
	margin:10px auto;
	color:#a86f4c;
	text-align:left;
	padding:10px 0 0 0;
	font-size:14px;i
	
	}

.footer a, .footer a:visited, .footer a:hover {
	text-decoration: none;
	color: #ffaaa4;
	font-size:14px;
}

.narrow-content{
	margin:20px 0 0 0;
	width:1053px;
	margin:auto;
	}
	
.footer_box_inner{
	position:absolute;
	top:75px;
	text-align:center;
	margin:auto;
	width:255px;
	height:130px;
	left:46px;
	}
	
.footer_box_inner img{
	margin:0 0 10px 0 ;
	padding:0 0 0 0;

	}

.footer_box_inner p{
	margin:0;
	padding:0 0 0 0;
	color:#FF0000;
	font-size: 25px; color:#005b7f;
	line-height:33px;
	}
	
.footer_box_inner a:link, .footer_box_inner a:visited {
font-size: 22px; color:#b03e3f; padding: 2px 0 2px 0; border-top:1px dotted #b03e3f; border-bottom:1px dotted #b03e3f; font-weight:normal;
	}


.footer_box{
	float:left;
	width:347px;
	height:285px;
	background:url(images/footerbox_bg.png);
	margin:8px 6px 0 0;
	position:relative;
	}
	
.footer_box_right{
	float:right;
	width:347px;
	height:285px;
	background:url(images/footerbox_bg.png);
	margin:8px 0 0 0;
	position:relative;
	}

.validators {
	margin-top:25px;
	text-align:center;
}

.breadholder {
	text-align:left;
	font-size:14px;
	color:#b1b1b1;
	text-transform:uppercase;
}

.breadholder a, .breadholder a:visited, .breadholder a:hover {
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
}

/**  BREADCRUMBS - start  **/
.breadcrumbs {
	text-align:left;
	font-size:12px;
	color:#b1b1b1;
}

.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs h1, .breadcrumbs h2, .breadcrumbs p {
	text-decoration:none;
	color:#b1b1b1;
	font-size:12px;
    white-space: nowrap;
    display: inline;
}

.breadcrumbs .seperator {
    font-size: 14px;    
}

.breadcrumbs h1, .breadcrumbs h2, .breadcrumbs p {
    font-weight: normal;
}
/**  BREADCRUMBS - end  **/

.specials-button a, .specials-button a:visited {
	text-decoration:none;
	padding-left:5px;
	color:#333333;
	padding-bottom:2px;
	margin-top:2px;
	display:block;
	text-align:center;
}

.specials-button a:hover {
	text-decoration:none;
	padding-left:7px;
	color:#333333;
}

.specials-title {
	display:block;
	font-family:trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
	font-weight:bold;
	padding:3px 0 0 0;
	width:162px;
	text-align:center;
}

/* template.php styles ends here */

.templatelayout {
	margin:5px; border:solid; border-width:1px; border-color:#ccc;
}


.recently-viewed-content-box {
	background-image:url(/images/recent-content-bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:165px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-bottom:2px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.recently-viewed-content-box p {
    margin:0;
    padding:0;
}

.new_items{
	margin: 0 0 10px 0; 
	width:680px; 
	font-size:18px;
	}
	
.new_items a{
	font-size:18px;

	}

.boxprod1 {
    width:185px;
    text-align:center;
    font-size:20px;
	margin:0 5px 0 -12px;
	padding:0;
    font-weight:bold;
}

.boxprod1 img { border:0px; margin:3px; border:2px solid #e79798; }

.boxprod1 span { display:block; padding:6px; color:#005b7f; }

.boxprod1 a:link, .boxprod1 a:hover, .boxprod1 a:visited {
    text-decoration:none;
    color:#1e120d;
    font-size:20px;
	font-weight:normal;
}

.boxprod {
    width:155px;
    text-align:center;
    font-size:20px;
	margin:0 5px 0 -12px;
	padding:0;
    font-weight:bold;
}

.boxprod img { border:0px; margin:3px; border:2px solid #e79798; }

.boxprod span { display:block; padding:6px; color:#005b7f; }

.boxprod a:link, .boxprod a:hover, .boxprod a:visited {
    text-decoration:none;
    color:#1e120d;
    font-size:20px;
	font-weight:normal;
}

.cms-grid {width:100%;}

.highlight {
	width:180px;
	height:140px;
	margin-left:10px;
	padding-bottom:10px;
}

.topbar1 {
    height:28px;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    margin-top:2px;
}

.topright {
    width:19px;
    height:28px;
    width:100%;
}

.topbartitle {
	font-size:24px;
	font-weight:bold;
	color:#333333;
	margin:0;
	padding:3px 0 3px 0;
	}

* html .topbartitle { height:28px; }

pagination {
    margin:25px auto 25px auto;
    position:relative;
    font-size:9px;
	}

.pagination a, .pagination .active {
    padding:5px;
    background-color:#FFF;
    border: 2px solid #CCC;
    text-decoration:none;
	}

.pagination a:hover, .pagination .active {
    background-color:#dddddd;
    color:#FFF;
    text-decoration:none;
	}

.pagination .active {
    cursor:pointer;
    font-weight:bold;
    text-decoration:none;
	}

.pagination .num {
    cursor:pointer;
    text-decoration:none;
	}

.pagination .label a { text-decoration:none;}

.pagination a, .pagination a:link, .pagination a:hover, .pagination a:visited {
	text-decoration:none;
	color:#666666;
	padding:2px;
	}

#marqueecontainer {
    position: relative;
    width: 187px; /*marquee width */
    height: 300px; /*marquee height */
    overflow: hidden;
    z-index:89;
	}

#vmarquee, #vmarquee2 {
  	left: 0px;
	}

.sbutton1, .sbutton2, .sbutton3, .sbutton5 {
    border:2px solid #ccc;
    background-color:#e33335;
    color:#FFF;
    font-weight:bold;
	font-size:10px;
	}

.sbutton2, .sbutton4 {
    background-color:#ccc;
    font-size:11px; 
    font-weight:bold; 
    color:#fff;
    padding:4px;
    margin:0px;
    cursor:pointer;
    text-decoration:none;
	}

.sbutton3 {background-color:#e33335; font-size:11px; }

* html .sbutton2:link {display:inline-block;}

#product_view {
    font-size:12px;
    /*width:436px;*/
	display:block;
}

#product_view img { border:2px solid #e48283;}

.product_thumbx { margin-right:2px; }

.product_desc { padding:0px 0px 0px 0px; }

.product_addons {
	margin-top:4px;
	font-size:11px;
}

.product_addons, .addon_text { font-size:12px; }

.product_price { padding:0 0 0 10px; font-size:13px; font-weight:bold; text-align:right; width:340px; float:left; }

.product_info { padding:0px 0 0 5px; font-size:12px;  }

.product_code { font-weight:normal; font-size:11px; }

.prodcuts_related_title {
	font-weight:bold;
	font-size:22px
	}

.addon_text a:link, .addon_text a:hover, .addon_text a:visited {text-decoration:none;color:#000;}

#product_view a:link, #product_view a:hover, #product_view a:visited {
    text-decoration:none;color:#ccc;
    font-size:12px;
	margin:10px 0 10px 0; 
}

.view_product_link a:link, .view_product_link a:hover, .view_product_link a:visited {
    text-decoration:none;
    color:#666;
    background-color:#cccccc;
    border:1px solid #000;
    display:block;
    font-size:10px;
    font-weight:bold;
    text-align:center;
    width:100px;
    padding:4px;
}

.related tr { border:1px solid #ccc; }

.relprod_title { font-size:9px; font-weight:bold; }

.addon_text { width:200px; padding-left:5px; }

.addons_head { font-size:12px; color:#333333; }

.balloonstyle {
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 9999;
    background-color: #FFFFE0;
	width: 350px;
}
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}*/

#arrowhead {
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

#imgbox {
	background:transparent;
    position:absolute;
	z-index:9000;
}

#scrollpanel {
	position:relative;
	z-index:7000;
	display:block;
	margin:0 auto;
}

.thumbimg {
    z-index:9000;
    cursor:pointer;
}

#mainImg {
    background-color:#000;
    position:absolute;
    border:1px solid #CCC;
}

#closebox, #print {
    background:transparent url(../images/jspop/buttonbg.gif) no-repeat;
    text-align:center;
    color:#000;
    position:absolute;
    z-index:1000;
    width:73px;
    height:21px;
    padding-top:4px;
    font-family:Tahoma,Arial,sans-serif;
    font-size:11px;
    font-weight:bold;
    z-index:1000;
    cursor:pointer;
}

#print { top:5px; }

#pause {
    background:transparent url(../images/jspop/pause.gif) no-repeat;
    position:absolute;
    width:11px;
    height:10px;
    z-index:9999;
	display:none;
}

/*
* This <div> element is wrapped by jCarousel around the list
* and has the classname "jcarousel-container".
*/

.jcarousel-container {position: relative;}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
    height: 60px;
}

.jcarousel-skin-tango.jcarousel-container {background-color: #000;}

.jcarousel-skin-tango .jcarousel-clip-horizontal {height: 60px;}

.jcarousel-skin-tango .jcarousel-item {width:80px;height: 60px;}

.jcarousel-skin-tango .jcarousel-item-horizontal {margin-right: 0px;}

.jcarousel-skin-tango .jcarousel-item-placeholder {background-color: #000;color: #000;}

#toptext {
    margin:0px;
    font-size:12px;
}

#bottomtext {font-size:12px;}

#datatable td { padding:3px; border-bottom:1px solid #ccc; }

.searchresult_name {font-size:12px;}

.searchprice {
    font-weight:bold;
    font-size:12px;
}

.searchresult_name a:link, .searchresult_name a:hover, .searchresult_name a:visited {
    text-decoration:none;color:#000;
    font-size:12px;
}

#carttable {
    width:100%;
    border-collapse:collapse;
	border:1px solid #D3A0A0;
    font-size:12px;
}

#carttable th {
    background-color:#D3A0A0;
    padding:5px;
    border:1px solid #D3A0A0;
}

#carttable .head { 
    background-color:#fff; 
    font-weight:bold; 
    text-align:right;
}

#carttable td {
    padding:5px;
    border:1px solid #D3A0A0;
    font-size:12px;
    text-align:center;
}

#carttable .index { text-align:left; }

#carttable .opts { font-size:10px;}

#carttable a, #carttable a:link, #carttable a:visited {
	text-decoration:none;
	color:#445248;
}

#carttable a:hover{text-decoration:underline;}

#product_added {
    border:2px solid #fff;
    background-color:#036f03;
    font-weight:bold;
    padding:6px;
    color:#FFF;
    text-align:center;
}

#checkout_button_1, #checkout_button_1 a {
    font-size:12px;
    text-decoration:none;
    background:transparent url('/images/continue2.gif') no-repeat;
    border:0;
    width:177px;
    height:30px;
	outline:0px;
    cursor:pointer;
    margin:20px 0 0 0;
    display:block;
}

#checkout_button_1 a { margin:0px; }

#checkout_button_2, #checkout_button_2 a {
    font-size:12px;
    text-decoration:none;
    background:url('/images/checkout2.gif') no-repeat;
    border:0;
    width:177px;
    height:30px;
    margin:20px 0 0 0;
    outline:0px;
    display:block;
    cursor:pointer;
}

#checkout_button_2 a { margin:0px; }

#stock_errormsg {
   color:red;
   font-weight:bold;
}

.contentbox {
	width:670px;
	padding:10px;
	font-size:12px;
}

* html .contentbox {width: 580px;}

.close_content {
	height:20px;
	width:100%;
}

* html .close_content { width:442px; }

.cat-links, .cart-links a, .cart-links a:visited, .cart-links a:hover {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px; 
}

.prod-links {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px; 
}

#category_page { font-size:12px; }
#category_page td { font-size:12px; }

.qty { text-align:center; }

.searchresult {
    font-size:11px;
    padding:10px 0 5px 0;
    border-bottom:1px solid #ccc;
    width:100%;
}

.delivery, .delivery p { font-size:12px; }

.delivery .delborder {
    border-left:1px solid #ccc;
    padding:0px 5px 0px 15px;
}

#checkout_breadcrumb {
    text-align:center;
    padding:15px 0px 0px 0px;
}

#checkout_breadcrumb li {
    display:inline;
    padding-right:10px;
    color:#ececec;
}

#checkout_breadcrumb li .last { padding:0px; }

#checkout_breadcrumb li .active {
    font-weight:bold;
    background:url('/images/cart-small.gif') left no-repeat;
    padding:0 0 0 25px;
}

#checkout_breadcrumb a, #checkout_breadcrumb a:link, #checkout_breadcrumb a:visited {
	text-decoration:none;
	color:#000;
}

.payoptions_item {
    cursor:pointer;
}

.payoptions_mouseover {
    cursor:pointer;
}   

.boxbody {
	margin:10px 0 0 0; 
    font-size:12px;
	border: 1px solid #ffaaa4;
	}

.boxbody h1 {
	color:#005b7f;
	padding: 5px 10px 0 10px;
	font-weight:normal;
	}

.boxbody a, .boxbody a:visited, .boxbody a:hover {
    color: #005b7f;
    font-size:16px;
	}

.smalltext { font-size:9px; }

#sm_table { width:100%; }

#sm_table td {
    vertical-align:top;
    width:33%;
	}

P.breakhere {page-break-before: always}

.accback a, .accback a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration:none;
	}

.accback a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration:underline;
	}

.accountul li {
    margin:10px 0 5px 0;
	}

.accountul a, .accountul a:visited{
	text-decoration:none;
	color:#222;
	font-size:12px;
	}

.accountul a:hover{
	text-decoration:underline;
	color:#222;
	font-size:12px;
	}

.add_cart { width:104px; height:29px; background-image:url(/images/add_cart.gif); border:0px; cursor:pointer; }

.addwish { width:112px;	height:22px; background-image:url(/images/add_wish.gif); border:0px; cursor:pointer; margin-top:10px; }

.addfav { width:146px; height:22px; background-image:url(/images/add_favs.gif);	border:0px;	cursor:pointer;	margin-top:10px; }

.but_remove { width:104px; height:29px; background-image:url(/images/button_remove.gif); border:0px; cursor:pointer; }

.but_update { width:104px; height:29px; background-image:url(/images/button_update.gif); border:0px; cursor:pointer; }

.but_apply { width:104px; height:29px;; background-image:url(/images/button_apply.gif); border:0px; cursor:pointer; }

.but_submit { width:104px; height:29px; background-image:url(/images/button_submit.gif); border:0px; cursor:pointer; }

.but_signin { width:104px; height:29px; background-image:url(/images/button_signin.gif); border:0px; cursor:pointer; }



.fader_container { position:relative; padding:0px; overflow:hidden; }
p[style~="center;"] + .fader_container{ margin: auto; }
.fader_element { position:absolute; text-align:center; overflow:hidden; }
.fader_image { position:relative; }