/* @override 
	http://snadmin.xk90.com/sn/common/css/home.css
	http://192.168.100.4:55050/sn/common/css/home.css
*/

/*
	MINI TABS
*/
#mini_tabs {
	overflow: hidden;
	width: 100%;
	text-transform: capitalize;
	margin-top: 0;
}

#mini_tabs ul {
	float:right;
	margin-right: 10px;
}

#mini_tabs li a {	
	padding:  0 10px;
	height: 17px;
	color: #fff;
	line-height: 17px;
	font-size: 85%;
	border-left: 1px solid #fff;
}

#mini_store_locations_tab a {
	background: url(../images/tabs/mini_landscape_tab.png) center bottom;
}

#mini_store_locations_tab a:hover {
	background: url(../images/tabs/mini_landscape_tab.png) center top;
}

#mini_gift_cards_tab a {
	background: url(../images/tabs/mini_gift_cards_tab.png) left bottom;
}

#mini_gift_cards_tab a:hover {
	background: url(../images/tabs/mini_gift_cards_tab.png) left top;
}

#mini_gift_registry_tab a {
	background: url(../images/tabs/mini_gift_reg_tab.png) center bottom;
}

#mini_gift_registry_tab a:hover {
	background: url(../images/tabs/mini_gift_reg_tab.png) center top;
}

#mini_sales_specials_tab a {
	background: url(../images/tabs/mini_sales_tab.png) center bottom;
}

#mini_sales_specials_tab a:hover {
	background: url(../images/tabs/mini_sales_tab.png) center top;
}

#mini_landscape_design_tab a {
	background: url(../images/tabs/mini_landscape_tab.png) center bottom;
}

#mini_landscape_design_tab a:hover {
	background: url(../images/tabs/mini_landscape_tab.png) center top;
}

#mini_blog_tab a {
	background: url(../images/tabs/mini_blog_tab.png) center bottom;
}

#mini_blog_tab a:hover {
	background: url(../images/tabs/mini_blog_tab.png) center top;
}

#mini_links_tab a {
	background: url(../images/tabs/mini_links_tab.png) right bottom;
}

#mini_links_tab a:hover {
	background: url(../images/tabs/mini_links_tab.png) right top;
}

#splash {
	padding-top: 10px;
}
/*
	CONTENT BOXES
*/

#content_boxes {
	padding-top: 15px;
	overflow: hidden;
	width: 950px;
}
#content_boxes a {
	color: #666;
	text-decoration: none;
}

#content_boxes a:hover {
	/*border-bottom: 1px solid #48732b;*/
}

#content_boxes .col {
	float: left;
	padding: 0 0 0 12px;
}

#content_boxes .col_one {
	float: left;
	padding: 0;
}

#content_boxes .col_one .cb {
	margin-bottom: 15px;
}

/*
	BOX 1
*/

.box_1 {
	width: 310px;
}

.box_1 .inner_box {
	overflow: hidden;
	height: 92px;
}

.box_1 .art h2 {
	width: 190px;
	padding: 0;
	line-height: .9em;
}

.box_1 .art p {
	width: 190px;
	margin: 3px 0;
	font-size: 1em;
}

.box_1 .art img {
	float: right;
	margin-bottom: 5px;
}

/*
	BOX 2
*/
.box_2 {
	width: 310px;
}

.box_2 .inner_box {
	overflow: hidden;
	height: 92px;
}

.box_2  .art h2 {
	width: 190px;
	margin-bottom: 0;
	padding: 0;
	line-height: .9em;
}

.box_2 .art p {
	width:  190px;
	margin: 3px 0;
	font-size: 1em;
}

.box_2 .art img {
	float: right;
	margin-bottom: 5px;
}

/*
	BOX 3
*/

.box_3 {
	width: 200px;
}

.box_3 .inner_box {
	height: 216px;
}

.box_3 .i1 .i2 .i3 {
	padding: 1px 0;
}

.box_3 .art h1, .box_3 .art h2, .box_3 .art h3 {
	text-align:center;
	padding: 0;
}

.box_3 .art h1 {
	font-size: 34px;
	margin: 5px 0 10px 0;
}

.box_3 .art p {
	text-align: center;
	margin: 3px 0;
}

.box_3 .art img {
	width: 170px;
	padding: 5px;
}

/*
	TICKER
*/

#ticker {
	overflow:hidden;
	background: url(../images/ticker.png) no-repeat;
	margin-top: 5px;
	height: 25px;
	width: 950px;
}

#ticker div.page_ticker {
	float: left;
	padding: 0 20px;
	line-height: 25px;
	width: 700px;
}

#ticker img#busy {
	float: none;
}

#ticker div.page_ticker a {
	text-decoration: none;
	color: #666;
}

#ticker div.page_ticker a:hover {
	border-bottom: 1px solid #999;
}

#ticker .art p.ticker_header {
	color: #fff;
	text-transform: uppercase;
	padding: 0 25px;
	font-size: 90%;
	line-height: 25px;
	margin: 0;
	float: left;
	text-align: left;
}

#home_ticker div.ticker_right a {
	color: #666;
	padding: 0 10px;
	font-size: 90%;
	margin: 0;
	float: right;
	line-height: 25px;
	text-align: right;
}
