@charset "UTF-8";
/* CSS Document */

html, body
{
	height:100%;
}
body
{
	padding:0;
	margin:0;
	background:url(../images/backgrounds/lady_on_mower.jpg) top no-repeat;
	color:#636565;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	-webkit-background-size: 2000px 1200px;
}

table
{
	border-collapse:collapse;
}
th, td
{
	text-align:left;
	vertical-align:top;
}

a img
{
	border:none;
}

a
{
	outline:none;
	text-decoration:none;
	color:#05535b;
}

hr
{
	border:1px solid #a1a1a1;
}

div.title
{
	color:#424242;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

div.huge_title
{
	color:#424242;
	font-size:32px;
	font-weight:bold;
	margin-bottom:10px;
}

div.sub_title
{
	color:#424242;
	font-size:14px;
}

div.title_bar
{
	background:url(../images/bg_title_bar.jpg) top left no-repeat;
	width:646px;
	height:31px;
	color:#FFFFFF;
	padding-top:3px;
	padding-left:10px;
	font-size:19px;
	font-style:italic;
}

div.hidden_area
{
	display:none;
}
div#base_url
{
	display:none;
}

.orange_text
{
	color:#f26522;
}

.hidden_element
{
	display:none;
}

.fb-like
{
	float:left;
}

.permalink_preloader
{
	margin-left:20px;
	margin-top:-5px;
	margin-bottom:-10px;
	min-height:30px;
	display:none;
}

input.permalink_input
{
	border:1px solid #999999;
	padding:3px;
	width:300px;
}

/* ================================
	CONTENT WRAPPERS
================================ */
div.page_wrapper
{
	position:relative;
	margin:0 auto;
	width:970px;
}

div.content_wrapper
{
	position:relative;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	width:960px;
}

img.main_pano
{
	display:block;
	z-index:1000;
}

div.main_content
{
	position:relative;
	border-top:2px solid #FFF;
	background:#FFF;
	min-height:100px;
}

div.right_content
{
	position:relative;
	background:url(../images/content_bg.jpg) top left repeat-x;
	padding:17px 0;
	width:703px;
	min-height:100px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
}

/* ================================
	HEADER
================================ */
div.header
{
	position:relative;
	width:100%;
	z-index:20000;
	height:87px;
}

a.header_logo
{
	position:absolute;
	top:0;
	left:-16px;
	z-index:30000;
}

div.top_nav_wrapper
{
	width:100%;
}

div.header div.top_nav
{
	float:right;
	height:29px;
	font-size:14px;
	margin-top:15px;
}

div.top_nav a
{
	display:block;
	float:left;
	padding:5px;
	margin-top:-5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.top_nav a:hover
{
	background:	#e1e1e1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
}
div.top_nav div.seperator
{
	float:left;
	margin:0 5px;
	color:#05535b;
}

.search_pano
{
	float:left;
	margin:0 10px;
	margin-top:-5px;
}

/* ================================
	MAIN NAV
================================ */
ul#nav
{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	z-index:20000;
	text-transform:uppercase;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	height:39px;
}

ul#nav li
{
	position:relative;
	float:left;
	border-left:2px solid #FFF;
	margin-top:2px;
}
ul#nav>li
{
	height:35px;
}

ul#nav li.first_link
{
	border-left:none;
}

ul#nav li.active
{
	height:39px;
}
ul#nav li.active a
{
	background:#05535b;
}

ul#nav a.active
{
	background:#05535b;
}

ul#nav li a
{
	position:relative;
	display:block;
	float:left;
	color:#FFFFFF;
	padding:10px;
	margin-top:-2px;
}
ul#nav>li>a
{
	height:21px;
}
ul#nav li a:hover
{
	background:#05535b;
}

ul#nav ul
{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
    position:absolute;
    width:197px;
    top:39px;
	left:-2px;
    display:none;
	text-align:left;
	border:2px solid #FFF;
	border-top:none;
}

ul#nav ul li
{
	border:none;
	border-bottom:2px solid #FFF;
}
ul#nav ul a
{
	display:block;
	padding:10px;
	width:177px;
	background:none;
	color:#FFF;
	background:#05535b;
}
ul#nav ul a:hover
{
	color:#999999;
}

ul#nav ul li.bottom_link
{
	border:none;
}

/* ================================
	FOOTER
================================ */
div.footer
{
	display:block;
	width:960px;
	background:url(../images/footer_bg.jpg) top left repeat-x #FFF;
	min-height:10px;
	overflow:hidden;
	padding-bottom:40px;
}

div.footer_nav
{
	position:relative;
	float:right;
	color:#05535b;
	margin:10px 5px;
}
div.footer_nav a
{
	float:left;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.footer_nav div.seperator
{
	float:left;
	margin:5px 5px;
}
div.footer_nav a:hover
{
	background:	#e1e1e1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
}

div.footer_info_wrapper
{
	clear:both;
	float:right;
	width:100%;
}

div.footer_info
{
	position:relative;
	color:#05535b;
	margin:10px;
	margin-top:20xp;
	float:right;
}

/* ================================
	HOMEPAGE
================================ */
div.image_column
{
	width:20px;
	float:left;
}
div.text_column
{
	width:619px;
	float:left;
	padding-right:10px;
}

div.side_bar
{
	position:relative;
	float:left;
	width:252px;
	margin-left:5px;
	margin-bottom:10px;
}

a.e_news
{
	display:block;
	position:relative;
	width:232px;
	background:url(../images/right_bg_short.jpg) bottom left repeat-x;
	padding:10px;
	font-weight:bold;
	font-size:16px;
	line-height:1em;
	color:#424242;
}
a.e_news img
{
	display:block;
	float:left;
	margin-right:10px;
}
a.e_news:hover
{
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
}

div.news_pano
{
	position:relative;
	width:232px;
	background:url(../images/right_bg_long.jpg) bottom left repeat-x;
	padding:10px;
	padding-bottom:20px;
	color:#636565;
	min-height:10px;
	overflow:hidden;
}
div.news_pano div.news_title
{
	font-weight:bold;
	line-height:1em;
	font-size:16px;
	min-height:10px;
	overflow:hidden;
	color:#424242;
}
div.news_pano div.news_title img
{
	display:block;
	float:left;
	margin-right:12px;
	margin-left:3px;
}

div.news_item
{
	clear:both;
	margin-top:10px;
	min-height:10px;
	overflow:hidden;
}
div.news_item div.news_preview
{
	padding-right:10px;
}
a.news_link
{
	display:block;
	color:#f26522;
	float:right;
	clear:both;
}

a.full_list
{
	display:block;
	padding:10px;
	background:#e0e0e0;
	color:#f26522;
	margin-top:3px;
	text-align:right;
	font-weight:bold;
}
a.full_list:hover
{
	background:#CCC;
}

/* ================================
	SIDE NAV
================================ */
div.side_nav
{
	position:relative;
	float:left;
	width:251px;
	margin-top:-50px;
}

div.side_nav_title
{
	position:relative;
	width:219px;
	min-height:66px;
	background:url(../images/side_nav_title_bg.png) top left no-repeat;
	color:#FFFFFF;
	font-size:20px;
	padding:15px 20px 10px 20px;
	border-bottom:3px solid #FFFFFF;
}

div.side_nav_content
{
	position:relative;
	width:251px;
	min-height:252px;
	overflow:hidden;
	background:#000000;
	color:#FFFFFF;
	background:url(../images/side_nav_bg.jpg) top left repeat-x #939393;
	margin-bottom:20px;
	padding:10px 0;
	font-size:14px;
	line-height:1em;
}

div.side_nav_content a
{
	display:block;
	padding:5px 20px;
	color:#FFFFFF;
}
div.side_nav_content a.active, div.side_nav_content a:hover
{
	background:#35a9de;
}

div.side_nav_text
{
	padding:5px 20px;
	color:#FFFFFF;
}

div.left_content
{
	position:relative;
	background:url(../images/content_bg.jpg) top left repeat-x;
	padding:17px 0;
	width:935px;
	min-height:100px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	padding-left:25px;
}

div.full_width
{
	width:935px;
}

/* ================================
	FEATURED PRODUCTS
================================ */
div.featured_products
{
	margin:20px 0;
}
div.featured
{
	position:relative;
	float:left;
	width:180px;
	text-align:center;
	border-right:1px solid #959595;
	padding:0 10px;
}
div.featured div.feature_title
{
	font-size:14px;
	color:#959595;
	font-weight:bold;
}
div.featured div.model_number
{
	font-size:11px;
	color:#000;
	font-weight:bold;
	margin:5px 0;
}
div.featured div.price
{
	font-size:14px;
	color:#959595;
	font-weight:bold;
}
div.featured a.details
{
	display:block;
	color:#f26522;
	font-weight:bold;
	font-size:14px;
}
div.end_feature
{
	border:0;
}

/* =======================================
	BLOG
======================================= */
div.main_bg_wrapper
{
	background:url("../images/content_bg.jpg") repeat-x scroll left top transparent;
	padding-bottom:0;
	min-height:10px;
	overflow:hidden;
}
div.whole_content_area
{
	min-height:300px;
	margin-bottom:40px;
}

div.blog_content
{
	padding:17px 13px 0 13px;
	margin-bottom:0;
}
div.blog_wrapper
{
	min-height:10px;
	overflow:hidden;
	width:934px;
	padding:17px 13px 17px 13px;
}
div.blog_left
{
	float:left;
	width:656px;
	background:none;
}
div.blog_right
{
	float:right;
	width:258px;
	margin-left:19px;
}

div.blog_entry
{
	padding:25px 30px 10px 30px;
	background:#f3f3f3;
	color:#717070;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #717070;
	margin-bottom:20px;
}

div.blog_entry a.blog_title
{
	font-size:24px;
	font-weight:bold;
	color:#636363;
}
div.blog_entry a.blog_title:hover
{
	color:#F4C138;
}

div.blog_entry div.blog_entry_content
{
	margin:10px 0;
}

div.blog_image
{
	margin-bottom:10px;
}

div.blog_entry div.post_footer
{
	min-height:10px;
	overflow:hidden;
	padding:10px 0;
}

div.blog_date
{
	float:left;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
}

/* =======================================
	BLOG PAGEINATION
======================================= */
div#blog_pageination_container
{
	position:relative;
	background:#636363;
	width:646px;
	height:21px;
	margin-bottom:10px;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0 5px;
}

div#blog_pageination_container div.normal_text
{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
div.blog_menu_seperator
{
	float:left;
}
div#blog_pageination_container span.counter, div#blog_pageination_container span.current_counter, div#blog_pageination_container a.counter
{
	display:block;
	float:left;
	padding:2px 5px;
	margin-right:3px;
	border:none;
	background:none;
	color:#FFFFFF;
}

div#blog_pageination_container span.counter,div#blog_pageination_container a.counter
{
	cursor:pointer;
}

div#blog_pageination_container span.counter:hover, div#blog_pageination_container a.counter:hover
{
	color:#f4c138;
}

div#blog_pageination_container span.current_counter
{
	color:#f4c138;
}

/* ================================================
	SUB PANO
================================================ */
div.sub_pano .title_bar
{
	font-size:16px;
	padding-top:5px;
	height:29px;
	background:url(../images/bg_sub_pano.jpg) top left no-repeat;
	width:248px;
}

div.sub_pano div.sub_wrapper
{
	background:#636363;
	padding:27px;
}

div.sub_pano div.sub_pano_content
{
	padding:10px 5px;
}

div.sub_wrapper div.link_wrapper
{
	background:#7c621d;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
}
div.link_wrapper a
{
	display:block;
	color:#FFFFFF;
	margin:0 15px;
	padding:5px 0;
	border-bottom:1px dotted #698daf;
}
div.link_wrapper a:hover
{
	color:#CCCCCC;
}

div.link_wrapper a.all_link
{
	padding:5px 15px;
	margin:0;
	border-bottom:1px solid #698daf;
}
div.link_wrapper a.all_link:hover
{
	color:#FFFFFF;
	background:#083454;
}

.twtr-widget 
{
	margin-bottom:15px;
}
.twtr-bd
{
	padding:0;
}

/* =======================================
	ADMIN AREA
======================================= */
div.left_menu_container
{
	width:258px;
	float:left;
	margin-right:19px;
}
div.right_content_container
{
	width:656px;
	float:left;
	margin-bottom:40px;
}

/* =======================================
	SIDE MENU - ADMIN AREA
======================================= */
div.admin_nav
{
	position:relative;
	margin-bottom:10px;
}

div.admin_nav div.title_bar
{
	font-size:16px;
	padding-top:5px;
	height:29px;
	background:url(../images/bg_sub_pano.jpg) top left no-repeat;
	width:248px;
}

div.admin_nav div.pano_content
{
	background:#b7b7b7;
	padding:1em 0;
}

div.admin_nav div.pano_text
{
	padding:10px;
	color:#FFFFFF;
}

div.admin_nav div.nav_title
{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background:#999999;
	background: -webkit-gradient(linear, left top, right bottom, from(#999999), to(#b7b7b7)); 	/* Safari 4+, Chrome 1-9 */
	background-image: -webkit-linear-gradient(left, #999999, #b7b7b7); 							/* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image: -o-linear-gradient(left, #999999, #b7b7b7); 								/* Opera 11.10+ */
	background: -moz-linear-gradient(left, #999999, #b7b7b7); 									/* for firefox 3.6+ */ 
	background-image: -ms-linear-gradient(left, #999999, #b7b7b7); 								/* IE 10+ */
}

div.admin_nav div.pano_content a
{
	display:block;
	padding:5px;
	color:#0c4f7e;
}
div.admin_nav div.pano_content a:hover
{
	background:#666666;
	color:#FFFFFF;
}

/* =================================
	DISPLAY TABLE
================================= */
table.display_table
{
	position:relative;
	width:100%;
}
table.display_table td, table.display_table th
{
	text-align:left;
	vertical-align:middle;
	padding:5px;
}

table.display_table th
{
	color:#FFFFFF;
	background:#424242;
	font-size:1.3em;
}

table.display_table tr
{
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

table.display_table tr:hover
{
	cursor:pointer;
	background:#999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); 	/* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
}

div.edit_btn
{
	background:#FFFFFF;
	padding:2px;
	float:right;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* ===============================
		SWFUPLOADER
=============================== */
#swfupload-control p
{
	margin-top:10px;
	margin-bottom:10px;
}
#log
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
#log li
{
	display:block;
	list-style:none;
	list-style-position:inside;
	margin:2px;
	border:1px solid #ccc;
	padding:10px;
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	position:relative;
	min-height:70px;
	overflow:hidden;
}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; width: 500px; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{ margin:0; line-height:18px; }
#log li.success{ border:1px solid #339933; background:#ccf9b9; }
#log li.error{ border:1px solid #990000; background:#EDACB0; }
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('../scripts/SWFUploader/js/swfupload/cancel.png') no-repeat; cursor:pointer; }
#log li div.item_info
{
	position:relative;
	float:left;
	width: 500px;
}
#log li span.img
{
	position:relative;
	float:right;
}
#uploaded
{
	width:96%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2%;
	padding-right:2%;
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
}
#file_list
{
	display:none;
}

#current_files
{
	position:relative;
	min-height:100px;
	overflow:hidden;
	background:#999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#FFF, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); 	/* Opera 11.10+ */
	background: -moz-linear-gradient(top, #FFF,  #CCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}
#current_files div.current_img_title
{
	font-weight:bold;
	font-size:1.2em;
	color:#424242;
	margin:5px;
}
#current_files div.current_files_text
{
	margin:5px;
}
#current_files div.current_images
{
	float:left;
	margin:5px;
}
div.current_images img
{
	display:block;
	border:1px solid #999999;
}
div.current_images label.selectable_checkbox
{
	display:block;
	float:none;
}

/* =======================================
	PASSWORD STRENGTH TABLE
======================================= */
div.strength_container
{
	border:1px solid #FFF;
	padding:5px;
	width:300px;
}

div#tdPwdStrength
{
	font-weight:bold;
	color:#CCCCCC;
	margin:3px;
}

table.password_display
{
	border-collapse:collapse;
}
table.password_display td
{
	width:50px;
	height:30px;
}

td.transparent
{
	background:none;
}

td.bad
{
	background:#FF0000;
}
td.weak
{
	background:#FF6600;
}
td.strong
{
	background:#FFFF00;
}
td.best
{
	background:#00FF00;
}

/* =======================================
	BUTTON
======================================= */
div.btn
{
	float:left;
	padding:5px;
	color:#7598bd;
	background:#EDEDED;
	border:2px solid #7598bd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	cursor:pointer;
}
div.btn:hover
{
	color:#424242;
	border-color:#424242;
}
div.btn:active
{
	margin-top:2px;
	margin-bottom:-2px;
	margin-left:2px;
	-moz-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	box-shadow: 0px 0px 2px #666;
	filter: none;
}
div.btn_container
{
	position:relative;
	min-height:10px;
	overflow:hidden;
	padding-bottom:5px;
}

/* =================================
	DIALOGS
================================= */
.dialog_title
{
	font-size:16px;
	font-weight:bold;
	color:;
}

.dialog_content
{
	width:450px;
	float:right;
}

.dialog_error
{
	font-weight:bold;
	color:#990000;
	margin-bottom:10px;
}

/* =================================
	SORTABLE LIST
================================= */
ul#sortable
{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	min-height:10px;
	overflow:hidden;
}

div.item_text, ul#sortable li.item_text
{
	display:block;
	float:left;
	margin:3px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	background:#CCCCCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #FFF, #CCCCCC); /* for firefox 3.6+ */ 
	width:672px;
	min-height:10px;
	overflow:hidden;
}

div.item_text
{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

ul#sortable li.item_text:hover
{
	cursor:pointer;
	background:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
}

.static_text
{
	display:inline-block;
	width:208px;
	float:left;
}

.admin_frm input[type=text].denominations_input
{
	display:block;
	width:200px;
	float:left;
}

.d_count
{
	display:inline-block;
	margin-left:10px;
	width:400px;
	float:left;
}

.delete_btn
{
	display:block;
	background:url(../images/delete.png) center center no-repeat;
	height:16px;
	width:16px;
	float:right;
	padding:2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.item_checkboxes
{
	clear:both;
}

.delete_btn:hover
{
	background-color:#424242;
}

.add_btn
{
	display:inline-block;
	background:url(../images/add.png) center left no-repeat;
	padding:5px;
	padding-left:25px;
	color:#424242;
	cursor:pointer;
}
.add_btn:hover
{
	color:#b11700;
}

/* =================================
	MISC INPUTS
================================= */
div.selectable_description
{
	font-weight:bold;
}
label.selectable_checkbox
{
	float:left;
	margin:3px 0;
	padding:5px;
	border:1px solid #CCCCCC;
	min-height:16px;
	overflow:hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CCCCCC)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#fff, #CCC); 
	background-image: -o-linear-gradient(#FFF, #CCC); /* Opera 11.10+ */
	background: -moz-linear-gradient(top,  #FFF,  #CCCCCC); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
	min-height:10px;
	overflow:hidden;
}
label.selectable_checkbox:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#666)); /* for webkit browsers */
	background-image: -webkit-linear-gradient(#CCC, #666); 
	background-image: -o-linear-gradient(#CCC, #666); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, #CCC,  #666); /* for firefox 3.6+ */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#666666'); /* for IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#CCCCCC, endColorstr=#666666)";
}

/* =======================================
	FORMS
======================================= */
label.field_name, label.field_title
{
	display:block;
	font-weight:bold;
}

.admin_frm input[type=text]
{
	width:500px;
}

/* =======================================
	FILE UPLOAD BTN
======================================= */
.file-wrapper
{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.file-wrapper .button
{
	background: #454545;
	color:#FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 18px;
	text-transform: uppercase;
}
.file-wrapper input
{
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.file-wrapper input
{
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	font-size: 100px;
}
.file-holder
{
	margin-left:10px;
}

/* =======================================
	ERROR & SUCCESS
======================================= */
.error
{
	color:#990000;
}

.success
{
	color:#009933;
	font-size:14px;
	font-weight:bold;
}
