/*	Style for MotoSprint
	Author: TXT Polymedia
    ------------------------------------------------ */

body {background-color: #FFFFFF;}

.box_Header, .box_Body, .box_BodyContent, .box_MainContent, .box_Breadcrumb, .box_Article, .box_Footer {width: 99%;}
.box_MainContent .box_Breadcrumb, .box_Article .tit_SubTitle, .box_Article .txt_Article {width: 100%;}

.box_Header {background-color: #CCCCCC;}
.box_Breadcrumb {padding: 20px 10px 10px 10px;}

.box_Article .box_Utilities {float: none; margin: 0 auto; margin-bottom: 10px;}
.box_InteractiveTools {position: relative; height: 40px;}
.box_InteractiveTools .lbl_Stampa {position: absolute; margin: 0; bottom: 2px; left: 302px;}
.box_InteractiveTools .link_Print {position: absolute; margin: 0; top: 2px; left: 306px;}

.box_Footer {position: relative; height: 87px; background-color: #CCCCCC;}
.box_Footer .bottomMain {position: absolute; right: 145px; bottom: 15px; font-weight: bold;}
.box_Footer .logo_Footer {position: absolute; right: 10px; bottom: 15px;}

.box_Article .tit_SubTitle, .box_Article .txt_Article {float: none; clear: none;}

@media print {
.box_Article .box_InteractiveTools {display: none;}
}

