a.printerfriendly{
	background: transparent url("/img/printerf.gif") 0 5px no-repeat;
	height: 0.71em; /* IE5 fix */
	padding-left: 13px;
	vertical-align: bottom;
}

.borderbox {
	border: 1px solid #e3e3e3;
	margin-top: 6px;
	padding: 6px;
}

.float-right {
	float: right;
	margin: 0px 0 5px 10px;
}

.float-left {
	float: left;
	margin: 0px 10px 0px 10px;
}

@media (max-width: 575px) {
    div.contactdetails {
        width: 100%;
        margin-bottom: 10px;
    }
}

.col-1 {
    font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif; 
    font-size: 11px;    
    width:915px;
    padding:10px;
    margin: 0px 0 0 0 ;
    height:auto;
    display:block;
}

.col-3-l {
	float: left;
	width: 182px;
}


.container #main {
    font-family:Tahoma, Helvetica, Arial, Verdana, sans-serif; 
    font-size: 11px;
    padding: 5px 10px 10px;
    margin: 0px 0 0 0 ;
    height:auto;
    display:block;
}

.col-3-right-left {
	float: left;
	width: 502px;
}

.col-3-right-l-half {
	float: left;
	width: 274px;
	display: block;
}

.col-3-right-r-half {
	float: right;
	width: 274px;
    display:block;
}


.col-3-right-r {
	float: right;
	width: 430px;
	zborder:1px solid #ff0000;

}
/*#121212*/
.container #main a {
	color : #007fc6;
	font-size : 11px;
	text-decoration: none;
	font-weight: bold;
}

.container #main a:hover,
.container #main a:active {
	color : #121212;
}

.container #main h1, .col-3-l h1 , .col-1 h1 {
	/*background-color: #243e55;*/
    background-color: rgb(192, 192, 192);
	color: rgb(0, 0, 0);
	font-size: 1.75em;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
}

.container #main h3, .col-3-l h3  {
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
	margin: 5px 0;
}


.col-3-right-right {
	float: right;
	width: 490px;
}

.col-3-right-l {
	float: left;
	width: 182px;
}

br.clear {
	clear: both;
	display: block;
	font: 1px/1px monospace;

}

br.clear-right {
	clear: right;
	display: block;
	font: 1px/1px monospace;
}

.datatable {
	border: 0;
	margin: 0 0 10px 0;
	font-size: 11px;
	padding: 0;
	width: 100%;
}

.datatable th {
	background-color: #c0c0c0;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

.datatable td {
	border-bottom: 1px solid #f2f2f2;
	padding: 5px;
}



h2 {
	color: #000;
	font-size: 1.30em;
	font-weight: bold;
	margin: 5px 0;
}

.img-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/* ----------------------------------------------------------------  product listing  ---------------------------- */


.sectionlist {
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height:18px;
}

.sectionlist div.prodinfo {
	display: block;
	padding: 5px 0;
	margin-left: 80px;
}

.sectionlist img {
	float: left;
	margin-top: 10px;
}


.sectionlist h2 {
	border-top: 1px solid #eceded; 
	padding: 5px 0;
	margin: 0 0 5px 0;
}

ul.downloads li.windows {
	background: transparent url("/img/icons/downloadwindows.gif") 0 0.25em no-repeat;
}

ul.links {
	margin: 10px 0;
	padding: 10px 0;
	list-style: none;
}

ul.links li, li.link{
	background: transparent url("/img/arrowsright.gif") 0 0.45em no-repeat;
	display: block;
	padding: 0 0 0.35em 13px;
	margin-left: 10px;	
}

h2.sectioncat {
	border-top: 1px solid #d9e8f7; 
	padding: 5px 0;
	margin: 10px 0 5px 0;
}

a em, .search em {
	font-style: normal;
	text-decoration: underline;
}

a.close {
	background: transparent url("/img/close.gif") 0 5px no-repeat;
	height: 0.71em; /* IE5 fix */
	padding-left: 12px;
	vertical-align: bottom;
}

a.back {
	background: transparent url("/img/arrowsleft.gif") 0 4px no-repeat;
	height: 0.71em; /* IE5 fix */
	padding-left: 10px;
}

a.more {
	background: transparent url("/img/arrowsright.gif") 0 5px no-repeat;
	height: 0.71em; /* IE5 fix */
	padding-left: 10px;
	vertical-align: bottom;
}

a.printerfriendly{
	background: transparent url("/img/printerf.gif") 0 5px no-repeat;
	height: 0.71em; /* IE5 fix */
	padding-left: 13px;
}	
	
/* ----------------------------------------------------------------  forms  ---------------------------- */

input.text {
	border: 1px solid #e1e1e1;
	color: #4d4d4d;
	font-size: 1em;
	padding: 3px;
}

select {
	border: 1px solid #e1e1e1;
	color: #4d4d4d;
	font-size: 1em;
	/*** **/
	margin-bottom:5px;
}

textarea {
	border: 1px solid #e1e1e1;
	color: #4d4d4d;
	font-size: 1em;
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	padding: 3px;
}

input.button2 {
	border: 1px solid #e1e1e1;
	color: #e1e1e1;
	background:#d6deef;
	font-size: 1em;
	padding: 1px 3px;
	height: 1.85em;
}

input.button {
	border: 1px solid #000000;
	color: #000000;
	background:#c0c0c0;
	font-size: 1em;
	padding: 1px 3px;
	height: 1.85em;
}

input.radio {
	vertical-align: middle;
}

.formtable {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.formtable th, .formtable td {
	border-bottom: 1px solid #f2f2f2;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.formtable th {
	font-weight: normal;
	width: 175px;
}

.formtable th.headerrow {
	background-color: #c0c0c0;
	border-top: 5px solid #fff;
	font-weight: bold;
	padding: 10px 5px;
	width: 100%;
}

.unsubscribe {
	width: 562px;
}

.unsubscribe th {
	font-weight: bold;
}

tr.no-line td {
	border-bottom: 0;
}

/* ----------------------------------------------------------------  forms  ---------------------------- */	
	
.textbox {
	font-size:11px;

}

@media only screen and (max-width: 767px) {
    .float-right.mobile-display-block {
        display: block;
        max-width: 100%;
        float: none;
    }
}

.margin-b10 {
    margin-bottom: 10px;
}

.margin-b20 {
    margin-bottom: 20px;
}

.center-image {
    text-align: center;
}

.center-image img {
    max-width: 100%;
}

.environment .decimal {
    list-style-type: decimal;
    margin-left: 40px;
}

.environment sup {
    vertical-align: baseline;
}

.environment .container #main a {
    text-decoration: underline;
}

.environment #container #content #main .tabs a {
    line-height: 1;
}

.environment .tabs {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px;
    background: rgb(255, 255, 255);
    clear: left;
    zoom: 1;
    position: relative;
}

.environment .tabs a.selected {
    color: rgb(51, 51, 51);
    margin-top: 2px;
    text-decoration: none;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    cursor: default;
    padding: 9px 14px;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: -1px;
}

.environment .tabs a:hover {
    background: #fff;
    /* border-bottom: 1px solid rgb(255, 255, 255); */
    /* margin-bottom: -1px; */
}

.container #main .tabs a {
    color: rgb(54, 87, 139);
    border-bottom: 1px solid #c0c0c0
}

.container #main .tabs a.selected {
    border-bottom: none;
}

.environment .tabs a {
    color: rgb(54, 87, 139);
    display: block;
    float: left;
    margin: 2px 1px 0px 0px;
    padding: 9px 14px;
    vertical-align: bottom;
    text-decoration: none !important;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    background: #e7e7e7 url(/img/bg/tab_background_rep.gif) bottom repeat-x;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: rgb(192, 192, 192);
    border-right-color: rgb(192, 192, 192);
    border-bottom-color: rgb(192, 192, 192);
    border-left-color: rgb(192, 192, 192);
}

@media only screen and (max-width: 767px) {
    .environment #container #content #main .tabs a {
        display: block;
        float: none;
        min-width: 280px;
        border: 1px solid #808080;
        border-radius: 0;
        margin-bottom: 5px;
    }
}

.environment h3 {
    background: #c0c0c0;
    padding: 3px;
}

.container #main a.dark-link {
    color: #000;
    text-decoration: underline;
}

.container #main a.dark-link:hover {
    color: #ff030f;
}

#header .nav li a.news-link-dark {
    color: #0096c3;
}

.news-tabs .tabs {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px;
    background: rgb(255, 255, 255);
    clear: left;
    zoom: 1;
    position: relative;
    width: 100%;
}

.news-tabs .tabs a.selected {
    color: rgb(51, 51, 51);
    margin-top: 2px;
    text-decoration: none;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    cursor: default;
    padding: 9px 14px;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 1px;
}

.news-tabs .tabs a {
    color: rgb(54, 87, 139);
    display: block;
    float: left;
    margin: 2px 1px 0px 0px;
    padding: 9px 14px;
    vertical-align: bottom;
    text-decoration: none !important;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    background: #e7e7e7 url(/img/bg/tab_background_rep.gif) bottom repeat-x;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: rgb(192, 192, 192);
    border-right-color: rgb(192, 192, 192);
    border-bottom-color: rgb(192, 192, 192);
    border-left-color: rgb(192, 192, 192);
}

#container #content #main .news-tabs .tabs a {
    line-height: 1;
}

.news-tabs .tabs .newsbox {
    border: 1px solid #c0c0c0;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    float: left;
}

.newsbox dl.pr {
    display: block;
    margin: 5px 0px 5px 10px;
    min-height: 40px !important;
    line-height: 17px;
    border-bottom: 1px solid #f3f3f3;
}

.newsbox dt.prDate {
    width: 20%;
    margin-right: 5px;
    display: inline-block;
    font-weight: normal;
}

.newsbox dd.prDesc {
    width: 75%;
    margin-left: 5px;
    display: inline-block;
}

.container #main .newsbox a {
    color: #000;
}

.container #main .newsbox a:hover {
    color: #00c3ff;
}

@media only screen and (min-width: 600px) {
    .newsbox dt.prDate {
        width: 15%;
    }

    .newsbox dd.prDesc {
        width: 80%;
    }
}

@media only screen and (min-width: 750px) {
   .newsbox  dt.prDate {
        width: 10%;
    }

    .newsbox dd.prDesc {
        width: 85%;
    }

    .newsbox dl.pr {
        border-bottom: none;
    }
}

.newsbox dl, .newsbox dt {
    vertical-align: top;
}

.epson-news #container #content #main a {
    font-size: 1em;
}

@media only screen and (max-width: 500px) {
    .news-tabs dl.pr {
        padding: 5px 0;
    }
}

.awards-reviews p,
.casestudies p,
.epson-news.pr-details p,
body.para-margin p {
    margin-bottom: 20px;
}

.casestudies h2 {
    margin: 5px 0 10px;
}

.epson-news.awards-reviews #container #content #main a {
    text-decoration: underline;
}

.epson-news img {
    max-width: 100%;
}

.epson-news .disc-image-float {
    margin: 0px 20px 20px 0px;
}

@media only screen and (min-width: 768px) {
    .epson-news .disc-image-float {
        float: left; 
    }
    
    .epson-news.prograph #container {
        background: #212d61 url(/common/img/epson_pro_printing_bg.jpg) no-repeat 50% 0;
        max-width: 1000px;
    }

    .epson-news.prograph.grey .breadCrumbs a,
    .epson-news.prograph.grey .breadCrumbs li,
    .epson-news.prograph #userLinks ul li a {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    #leftMenu .left-nav-title .glyphicon {
        float: right;
        margin-right: 10px;
    }

    .double #leftMenu {
        margin-bottom: 10px;
    }

    .double #leftMenu .left-nav-title.collapsed .glyphicon.glyphicon-triangle-top {
        display: none;
    }

    .double #leftMenu .left-nav-title.active .glyphicon.glyphicon-triangle-bottom {
        display: none;    
    }

    .double .scroll #leftMenu .heroNavigation {
        max-height: 150px;
        overflow-y: scroll;
    }

}

@media only screen and (min-width: 768px) {
    .double #leftMenu .glyphicon.glyphicon-triangle-top,
    .double #leftMenu .glyphicon.glyphicon-triangle-bottom {
        display: none;
    }
}


@media only screen and (min-width: 768px) {
    .epson-videos .top-section .mainImage {
        float: left;
    }

    .epson-videos .top-section .main-content {
        float: right;
        width: 75%;
    }
}

.epson-videos .top-section .main-content .vidFormat li {
    padding: 2px 26px 11px;
}

.epson-videos .top-section .main-content .vidFormat li.wmedia {
    background: transparent url(/img/wmp_22.gif) no-repeat top left;
}

.epson-videos .top-section .main-content .vidFormat li.qtime {
    background: transparent url(/img/qt_22.gif) no-repeat top left;
}

.epson-videos .top-section .main-content .vidFormat li.flash {
    background: transparent url(/img/buttons/fl_player_appicon.jpg) no-repeat top left;
}

.epson-videos #main .col-3-right a {
    color: #000;
    text-decoration: underline;
}

.epson-videos #main .col-3-right a:hover {
    color: #ff030f;
}

.epson-videos #main .video-content h2 {
    margin-bottom: 10px;
    border-top: 1px solid #f2f2f2;
    padding: 5px 0 0;
}

.epson-videos #main .video-content .videoBox img {
    display: block;
}

@media only screen and (min-width: 900px) {
    .epson-videos #main .video-content .videoBox {
        float: left;
        padding-right: 20px;
    }

    .epson-videos #main .video-content .videoDesc {
        float:left;
        width: 75%;
    }
}

.epson-videos #main .video-content .videoListTech .vidFormat li {
    padding: 2px 26px 11px;
}

.epson-videos #main .video-content .videoListTech .vidFormat li.qtime {
    background: transparent url(/img/qt_22.gif) no-repeat top left;
}

.epson-videos #main .video-content .videoListTech .vidFormat li.wmedia {
    background: transparent url(/img/wmp_22.gif) no-repeat top left;
}

.epson-videos #main .video-content .videoListTech .vidFormat li.flash {
    background: transparent url(/img/buttons/fl_player_appicon.jpg) no-repeat top left;
}

.epson-videos.prod-demo li.liType2 img {
    float: left;
    padding-right: 20px;
}

.epson-videos.prod-demo li.liType2 p {
    float: left;
    padding-top: 6px;
}

.epson-videos.prod-demo .demo_cat .liType2,
.epson-videos.prodCat #main .searchvideos .vidFormat li {
    background: none;   
}

.epson-videos.prod-demo #main .video-content .vidFormat li,
.epson-videos.prodCat #main .searchvideos .vidFormat li,
.epson-videos.prodCat #main .select-videos .vidFormat li {
    padding: 2px 26px 11px;
}

.epson-videos.prod-demo #main .video-content .vidFormat li.qtime,
.epson-videos.prodCat #main .searchvideos .vidFormat li.qtime,
.epson-videos.prodCat #main .select-videos .vidFormat li.qtime {
    background: transparent url(/img/qt_22.gif) no-repeat top left;
}

.epson-videos.prod-demo #main .video-content .vidFormat li.wmedia,
.epson-videos.prodCat #main .searchvideos .vidFormat li.wmedia,
.epson-videos.prodCat #main .select-videos .vidFormat li.wmedia {
    background: transparent url(/img/wmp_22.gif) no-repeat top left;
}

.epson-videos.prod-demo #main .video-content .vidFormat li.flash,
.epson-videos.prodCat #main .searchvideos .vidFormat li.flash,
.epson-videos.prodCat #main .select-videos .vidFormat li.flash {
    background: transparent url(/img/buttons/fl_player_appicon.jpg) no-repeat top left;
}

@media only screen and (max-width: 767px) {
   .epson-videos.prod-demo #container #content #main .demo_cat li p a {
        font-size: 12px !important;
    }
}

.epson-videos.prodCat .searchvideos {
    background: #e2e2e2;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .epson-videos.prodCat .col-3-right-l-half {
        float: none;
        width: auto;
        display: block;
    }
}

.scroll-top.icon {
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
}

.scroll-top-mob {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #222888;
    border-radius: 20px;
    display: block;
    cursor: pointer;
}

.scroll-top-mob .glyphicon {
    font-size: 14px;
}

.Table_basic
{
    border-collapse:collapse;
    width: 100%;
	border: solid  1px   #000000;
	cellspacing: 1px; 
	cellpadding: 1px;
}

.Table_basic th {
	background-color: #EFEFEF;
	font-weight: bold;
	line-height:25px;
	border: solid  2px   #000000;
	padding-left: 5px;
	
}

	
.Table_basic td {
	border: solid  1px   #000000;
	font-size: 11px;
	text-align: left;
	padding: 1px 15px;
	vertical-align: top;
}