@charset "utf-8";

/* Default Setup */
html { padding:0; margin:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
}

* { outline: none; }
img { border: none; }

a:link { }
a:visited { }
a:hover { }

code, pre {
    font-size: 8pt;
    font-family: "Consolas","Lucida Console",Courier,mono;
    background: white;
}

code {
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

pre {
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/* End Default Setup */





a { text-decoration:none;}
a:hover { text-decoration:underline;}
/* main */
.main { padding:0; margin:0 auto;}
/********** header **********/
.blok_header { margin:0; padding:0; background:#ebebeb url(../media/images/header_bg.jpg) top repeat-x;}
.header { width:960px; margin:0 auto; padding:0; position: relative;}
/* logo */
.logo { padding:0; margin:0; width:359px; float:left;}

#print_logo { display: none; visibility:hidden;}

/* menu */



.menu { padding:0; margin:0 auto; width:600px; float:right; }
/*
.menu ul { text-align: right;  padding:0; margin:0; list-style:none; border:0; float:right;}
.menu ul li { float:left; margin:0; padding:0 2px; border:0;}
.menu ul li a { float:left; margin:0; padding:8px 0; color:#999999; font: bold 13px Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul li a span { padding:8px 7px; background:none;}
.menu ul li a:hover {  background: url(../media/images/r_menu.gif) no-repeat right;}
.menu ul li a:hover span {   background:url(../media/images/l_menu.gif) no-repeat left;}
.menu ul li a.active {  background:url(../media/images/r_menu.gif) no-repeat right;}
.menu ul li a.active span {   background:url(../media/images/l_menu.gif) no-repeat left;}
*/


/* lava lamp */
.lavaLampWithImage {
	position: relative;
	height: 97px;
	width: 630px;
	margin: 0;
	overflow: hidden;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("../media/images/menu_bk.png") repeat-x;
	width: 9px;
	height: 97px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	height: 38px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font: bold 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 10px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 97px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;    
}
.backLava {
	background: #fff url("../media/images/menu_bk.png") repeat-x;
	opacity:0.5;
}
.lavaLampWithImage li a:hover {
	padding-top: 22px;

}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
	border: none;
	color: #666;
	
}
.lavaLampWithImage li .active {
	color: #666;
}

#inventory_button {
	
}
.product_header {
	width: 960px;
	height: 499px;
}

#productList {
	position: absolute;
	margin-top: 2px;
	left: 0px;
	width: 100%;
	height:0px;
	display:none;
	opacity:0.0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#6f6f6f;
}

.productMenu {
	float: left;
	width: 81px;
	height: 71px;
	background: #fff;
	margin: 0 0 0 10px;
	cursor: pointer;
}

.productBox {
	display:none;
	position:absolute;
	width:398px;
	height:275px;
	background-repeat:no-repeat;
	margin:0 0 0 10px;
	padding: 0 4px;
	/*border: #fff solid 3px;*/
	/*background-image:url(../media/images/menu_product_box.png);*/
}

.productBox ul{
	margin-top: 165px;
	padding-left: 15px;
	list-style: none;

}
.productBox li{
	margin: 3px 0;
}
.productBox a{
	text-decoration: underline;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}
.productBox a:hover{
	text-decoration: none;
}

.productBoxArrow {
	width: 15px;
	height: 11px;
	background: url(../media/images/menu_product_box_arrow.png) no-repeat;
}

/* search */
.search { padding:15px 0 5px 0; margin:0 auto; width:320px;}
.search form { display:block; float:left; padding:0;}
.search span { display:block; float:left; background: url(../media/images/search_bg.gif) left top no-repeat; width:263px; padding:0 5px 0 0; height:33px;}
.search form .keywords { line-height:14px; height:17px; float:left; background: url(../media/images/search_bg.gif) left top no-repeat; border:0;  padding:8px 5px; margin:0; font:normal 12px Arial, Helvetica, sans-serif; color:#6c6c6c;}
.search form .button { float:left; margin:0; padding:0;}


/*header_text_bg*/
.header_text_bg { margin:0; padding:19px 0 0 0; background: url(../media/images/header_text_bg.gif) top repeat-x; height:500px;}
.header_text_bg2 { margin:0; padding:19px 0 0 0; background: url(../media/images/header_text_bg2.gif) top repeat-x; min-height:99px;}
.header_text2 { margin:0 auto; padding:5px 10px; width:938px;}
.header_text2 h2 { width:280px; float:left; margin:0; padding:20px 0 0 20px; font: bold 30px Arial, Helvetica, sans-serif; color:#fff;}
.header_text2 p { width:350px; float:right; margin:0; padding:20px 0 0 0; font: normal 12px Arial, Helvetica, sans-serif; color:#686868;}


/*header_text*/
.header_text { margin:0 auto; padding:5px 0; width:960px; height:auto;}
.header_text h2 { font: normal 14px Arial, Helvetica, sans-serif; color:#989797; padding:5px 0; margin:0;}
.header_text h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#5e5e5e;}
.header_text img {float:right; margin:0; padding:5px 0 0 0;height:auto;}


/* Ca3er style */
.cu3er_resize { width:960px; margin:0 auto; padding:10px 0 50px 0; background:url(../media/images/banner_bg.png) no-repeat bottom; }
#cu3er-container { width:960px; outline:0;}

/********** body **********/
.body_resize { margin:0; padding:0;  background:#fff;}
.body { width:930px; min-height: 300px; margin:0 auto; padding:10px 10px;}
.body h1 { font: bold 18px Arial, Helvetica, sans-serif; color:#2a2a2a; margin:0;  padding:10px 5px;}
.body h2 { font: bold 18px Arial, Helvetica, sans-serif; color:#2a2a2a; margin:0;  padding:10px 5px;}
.body h2 span { display:block; font: normal 11px/1.6em Arial, Helvetica, sans-serif; color:#7d7d7d;}
.body h3 { font: bold 18px Arial, Helvetica, sans-serif; color:#2a2a2a; margin:0;  padding:10px 5px;}
/*.body img { float:left; padding:0; margin:10px 5px;}*/
.body img { padding:0; margin:10px 5px;}
.body img.portf { margin:5px auto; padding:0;}
.body img.floated { float:right; padding:0; margin:10px 5px;}
.body p { font:normal 12px Arial, Helvetica, sans-serif; color:#666666; line-height:1.8em; padding:5px 5px; margin:0;}
.body p.grey { color:#565656;}
.body strong { color:#272727;}
.body p span { color:#4a8094; font: normal 11px Arial, Helvetica, sans-serif; line-height:1.8em;}
.body a { text-decoration:none; color:#4a8094; line-height:1.8em; font: bold 12px Arial, Helvetica, sans-serif;}
.right { width:329px; float:left; padding:5px 10px; margin:0; border-left: #e6e6e6 solid 1px;}
.left { width:560px; float:left; padding:5px 10px; margin:0;}
.block { width:255px; float:left; margin:10px; padding:0;}
.port { padding:5px 10px;}
.port_resize { width:282px; float:left; margin:0; padding:10px 5px;}
/*FBG*/
.FBG { background:#f5f5f5; border-top:1px solid #e6e6e6; margin:0; padding:0;}
.FBG_resize { width:970px; margin:0 auto; padding:20px 10px;}
.FBG_resize p { font: normal 11px Arial, Helvetica, sans-serif; color:#717171; padding:5px; margin:0; line-height:1.8em;}
.FBG_resize ul { list-style:none; margin:10px auto; padding:0;}
.FBG_resize li { background:url(../media/images/ul_li.gif) left no-repeat; padding:3px 0 3px 15px; margin:0; font: normal 11px Arial, Helvetica, sans-serif; color:#717171; }
.FBG_resize a { color:#2a2a2a; font: bold 11px Arial, Helvetica, sans-serif;}
.FBG_resize h2 { font: bold 14px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:5px; margin:0;}
.FBG_resize .right {width:275px; float:right; margin:0; padding:10px 10px;}
.FBG_resize .left { width:150px; float:right; margin:0; padding:10px 10px;}
/* END_bloga*/

/*************footer**********/
.footer {padding:0;  margin:0; background:url(../media/images/footer_bg.gif) top repeat-x;}
.footer_resize { width:930px; margin:0 auto; padding:0 10px;}
.footer p { font:normal 11px  Arial, Helvetica, sans-serif; color:#6d6d6d;}
.footer a { font:normal 11px Arial, Helvetica, sans-serif; color:#7a7a7a; text-decoration:none; padding:5px; margin:0;}
/*.footer img { margin:0; padding:0; float:left;}*/
.footer p.leftt { text-align:left; width:350px; margin:0; padding:15px 0 0 0; float:right;} 


p.clr, .clr { clear:both; padding:0; margin:0;}
li.bg, .bg { clear:both; border-bottom:1px solid #dedede; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}

/* Model Header */
#body_header{width:940px;height:42px; margin: 10px 0;}
#model_hold h1{float:left; font-size: 28px; color: #333; margin:0; padding:0;}
#model_hold a{font-size: 28px; color: #333;}
#model_nav{float:right; margin: 12px 10px;}
#model_nav a{color: #000; font-weight: normal; text-decoration: none; font-size: 12px; margin:0 5px;}
#model_nav a.select{font-weight: bold; text-decoration:underline; cursor: default;}
#model_nav a:hover{text-decoration:underline;}

/* buyers-guide.php */


/* gallery */
.gallery {list-style:none;width: 300px;}
.galleria_container { float: left; margin: 30px 0 0 0; }
.galleria { float: right; }
.gallery li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 20px 0}
.gallery li a{display:none}

.gallery li div{position:absolute;display:none;top:0;left:180px}

.gallery li div img{cursor:pointer}
.gallery li.active div img,.gallery li.active div{display:block}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}

.galleria_container .caption{clear: both; display:block; padding: 0 .5em .5em .5em; width: 600px; text-align: left;}

* html .gallery li div span{width:400px} /* MSIE bug */

#main_image { border: red solid 1px; }
#mycarousel {
	position: relative;
}

#cust_gal{width:940px;height:auto;}
#cust_gal_wrapper{width:600px; height: 360px;margin: 15px auto;}
#cust_gal .caption{clear: both;margin: 0px auto; display:block; padding: 0 .5em .5em .5em; width: 600px; text-align: left;}
#decor_ul,#decor_labels {float:left; height:auto; list-style:none; margin:0 0 10px; padding:0;}
#decor_ul li{width:145px; float:left; margin:5px 5px 5PX 0;}
#decor_ul li ul{height:auto;list-style:none;margin:0; padding:0;}
#decor_ul li ul li{width:140px;height:90px;margin: 0; padding:0;}
#decor_labels li{width:25px; height:90px;  margin:5px 5px 5PX 0;}

/*	products.php	*/
.prod_cells{float:left; width: 390px; height: 260px;margin:10px 25px;padding:0;}
.prod_cells ul {
	margin-top: 160px;
	padding-left: 15px;
	list-style: none;
}
.prod_cells li{
	margin: 3px 0;
}
.prod_cells a {
	text-decoration: underline;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
}
.prod_cells a:hover {
	text-decoration: none;
}
/* floorplans.php */
.hide360{display:none;}
.show360{display:block;}

.front360 { background-image:url(../media/images/bg-360-living.jpg); }
.rear360 { background-image:url(../media/images/bg-360-bedbath.jpg); }
.front360, .rear360{background-position:top left;float: left; width:62px; height:35px; margin: 5px}
.front360:hover, .rear360:hover{background-position:botom left;}


/******* CONTACT DEALER PAGE ******/
ul#literature-list { padding:0 10px 50px 10px;}
ul#literature-list li { display:block; float:left; padding:0;  margin:0 10px 15px 15px;}
ul#literature-list li a { display:block; height:62px; width:100px; border:1px solid #666;}
ul#literature-list li a.dynasport-utv { background-image:url(../media/products/dynasport-utv.jpg); }
ul#literature-list li a.isata-f-series { background-image:url(../media/products/isata-f-series.jpg); }
ul#literature-list li a.isata-e-series { background-image:url(../media/products/isata-e-series.jpg); }
ul#literature-list li a.dynaquest-st { background-image:url(../media/products/dynaquest-st.jpg); }
ul#literature-list li a.dynaquest-xl { background-image:url(../media/products/dynaquest-xl.jpg); }
ul#literature-list li a.dynaquest-xv { background-image:url(../media/products/dynaquest-xv.jpg); }
ul#literature-list li a.grand-sport-gt { background-image:url(../media/products/grand-sport-gt.jpg); }
ul#literature-list li a.grand-sport-ultra { background-image:url(../media/products/grand-sport-ultra.jpg); }
ul#literature-list li a:link, ul#literature-list li a:visited  { background-position:top left; }
ul#literature-list li a:active, ul#literature-list li a:hover, ul#literature-list li a:focus { background-position:bottom left; }
ul#literature-list li a strong { display:none; }
/*****************/

/* Overview.php */
#ov_left_col{width:230px; padding: 0 0px; margin:0; color:#333;float:left;}
#ov_left_col h4{margin:15px 0px; padding:0px; text-transform: uppercase; }
#ov_left_col p{color:#333; padding: 0px 0px 0px 0px; margin: 10px 0px; font-size: 13px;line-height:1.2;}

#ov_center_col{width:280px; padding: 0 10px; margin:0 5px; color:#333;float:left;}
#ov_center_col h4{margin:15px 0px; padding:0px; text-transform: uppercase; }
#ov_center_col p{color:#333; padding: 0px 0px 0 5px; margin: 10px 0px; font-size: 12px;line-height:1.2;}

p.pullquote { padding-left: 5px; margin-left: 15px; font-style: italic; }

#ov_center_col ul,#ov_left_col ul{font-size:12px; padding-left: 25px;}
#ov_right_col{width:345px; padding: 0 0 0 10px; margin:0 0 0 5px; color:#333;float:left;}
#ov_right_col .img_hole{width:105px; height:82px; margin: 5px 5px; padding: 0px; overflow: hidden; text-align: center; float: left; vertical-align: center; cursor:pointer;}

.simple_overlay {display:none; z-index:10000; background-color:#fff; width:675px; min-height:200px; border:1px solid #666; text-align: center; padding-top:20px; -moz-box-shadow:0 0 90px 5px #000; -webkit-box-shadow: 0 0 90px #000;}
.simple_overlay p{color:#333; padding: 0px 0px 0 5px; margin: 10px 0px; font-size: 11px;line-height:1.2;}
.simple_overlay p a{color:#4A8094; padding: 0px 0px 0 5px; margin: 10px 0px; font-size: 11px;line-height:1.2;}
.simple_overlay .close { background-image:url(../media/images/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px;}

/*	inventory.php	*/
.directionMenu{width:920px;height:69px;margin-left:auto;margin-right:auto;float:left;}
.directionMenu2{width:940px;height:225px;margin-left:auto;margin-right:auto;float:right;}
.backButton{float:left;cursor:pointer;width:125px;height:50px; margin:0px 0px 5px 10px;}
.fillBack{background:url(../media/images/previous.png) no-repeat center center ;}
.cap{height:20px;text-align:center; margin:45px 0 0 0;}

.nextButton{float:right;cursor:pointer;width:125px;height:50px;margin:0px 0px 5px 10px;}
.fillNext{background:url(../media/images/next.png) no-repeat center center ;}

.directionMenu2 .backButton{width:920px; margin:10px 0px 5px 10px;}
.directionMenu2 .fillBack{background:url(../media/images/previous.png) no-repeat 25px center ;}
.directionMenu2 .backButton .cap{height:20px;text-align:left; margin:45px -25px 0 0;}

#links{float: right;width:406px;margin: 25px 90px 0 10px;}

.directionMenu .title{width:450px; text-align:left; width:115px; margin: 40px 0 0;}


.inventory_box {
	float: left;
	display: block;
	text-align: center;
	cursor: pointer;
}
.inventory_box:hover p{
	color: #000;
}
.inventory_box:hover img{
	border:2px solid #000;
	padding: 2px;
}
.inventory_box p{
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
.inventory_box img{
	border:1px solid #999;
	padding: 3px;
	margin: 0px 15px 10px 15px;
}



table .listing{
	margin:10px auto;
	width:760px;
}
.listing th	{
	/*border:2px	solid #ffffff;*/
	padding:3px;
	height:30px;
	background:url(../media/images/th_header.png) repeat-x;
	color:#ffffff;
	font-weight:bold;
}
.listing th	.pic{
	width:150px;
}
.listing .even{
	background-color:#c2e1f0;
}
.listing .even:hover{
	background-color:#b2d1e0;
}
.listing .odd{
	background-color:#e2f1f0;
}
.listing .odd:hover{
	background-color:#d2e1e0;
}
.listing td{
	/*border:2px solid #ffffff;*/
	padding: 10px;
}
.listing td	.pic{
	margin:0px;
}

.viewTall{float:left;min-height:675px;width:1px;}
.viewShort{float:left;min-height:525px;width:1px;}

#modelInfo{float:left;padding:10px;width:300px;font-size:12px;margin:15px auto auto;}
#modelInfo span{font-weight:bold;font-size:20px;}
#modelInfo span .sold{font-weight:bold;color:#f00;}

#equipment{width:340px;padding:10px;font-size:12px;float:left;}
#equipment span{font-weight:bold;font-size:14px;}
#equipment li{list-style:square;margin-left:5px;}
#imageDisplay{float:left;width:40px; height:20px;}

#inv_form{position:relative;display:none;width:500px;height:680px;}
#inv_form .title{font-size:18px;position:relative;left:100px;}
#inv_form .info{position:relative;left:45px;padding:10px;}
#inv_form .info span{font-weight:bold;font-size:18px;}
#inv_form .info span .sold{font-weight:bold;color:#f00}
#contact-us{position:relative;left:65px;padding:10px;}
#contact-us td .input{padding:2px;}
#contact-us .center{text-align:center;}
/* end inventory.php */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
/*
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
*/


/* News  */

.file-list .pdf{
	list-style: none;
	padding-left: 25px;
	background: url('../media/images/icon_pdf.png') no-repeat;
}


/* End News */
