/*  
 * WordPress Downloads Handler Plugin
 * CSS Styles for Download Boxes
 */

#box-black td, #box-blue td, #box-red td, #box-dove-grey td, #box-midnight-blue td, #box-orange td, #box-green td, #box-tangerine td, #box-kimberly td, #box-eucalyptus td, #box-custom_cor td, #box-black table, #box-blue table, #box-red table, #box-dove-grey table, #box-midnight-blue table, #box-orange table, #box-green table, #box-tangerine table, #box-kimberly table, #box-eucalyptus table, #box-custom_cor table, table, tbody, th, tr {
	padding : 0;
	margin : 0 !important ;
	border : 0 !important ;
	vertical-align : top;
	line-height : 20px;
}

/*
 * Download Box (Black)
 */
 
#box-black {
	padding: 10px 5px;
	background: #333333 url(images/download-white.png) top left no-repeat;
	border: 1px solid #222222;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	margin: 10px auto;
}

#box-black input.button-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #505739;
	padding: 10px 20px;
	cursor: pointer;
	margin: 11px auto;
	background: #eae0c2;
	text-decoration: none;
	border: 1px solid #333029;

}
#box-black input.button-black:hover {
	background: #CCC;
}

#box-black td{
	color: #FFF;
}

/*
 * Download Box (Blue)
 */

#box-blue {
	padding: 10px 5px;
	background: #336699 url(images/download-white.png) top left no-repeat;
	border: 1px solid #336699;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-blue input.button-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #3498db;
	text-decoration: none;
	border: 1px solid #336699;
}
#box-blue input.button-blue:hover {
	background: #6caef5;
}

#box-blue td{
	color: #FFF;
}

/*
 * Download Box (Red)
 */

#box-red {
	padding: 10px 5px;
	background: #F5A9A9 url(images/download-white.png) top left no-repeat;
	border: 1px solid #F78181;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#222;
	margin: 10px auto;
}
#box-red input.button-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #c92200;
	text-decoration: none;
	border: 1px solid #c92200;
}
#box-red input.button-red:hover {
	background: #eb675e;
}

#box-red td{
	color: #222;
}


/*
 * Download Box (Grey)
 */

#box-dove-grey {
	padding: 10px 5px;
	background: #666666 url(images/download-white.png) top left no-repeat;
	border: 1px solid #666666;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-dove-grey input.button-dove-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #222;
	text-decoration: none;
	border: 1px solid #222;
}
#box-dove-grey input.button-dove-grey:hover {
	background: #333;
}

#box-dove-grey td{
	color: #FFF;
}

/*
 * Download Box (Midnight Blue)
 */
 
#box-midnight-blue {
	padding: 10px 5px;
	background: #637aad url(images/download-white.png) top left no-repeat;
	border: 1px solid #637aad;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	margin: 10px auto;
}
#box-midnight-blue input.button-midnight-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #314179;
	text-decoration: none;
	border: 1px solid #314179;
}
#box-midnight-blue input.button-midnight-blue:hover {
	background: #2e466e;
}

#box-midnight-blue td{
	color: #FFF;
}

/*
 * Download Box (Orange)
 */

#box-orange {
	padding: 10px 5px;
	background: #ffec64 url(images/download-white.png) top left no-repeat;
	border: 1px solid #ffaa22;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-orange input.button-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #ff670f;
	text-decoration: none;
	border: 1px solid #ff670f;
}
#box-orange input.button-orange:hover {
	background: #FF8000;
}

#box-orange td{
	color: #222;
}

/*
 * Download Box (Green)
 */

#box-green {
	padding: 10px 5px;
	background: #5cb811 url(images/download-white.png) top left no-repeat;
	border: 1px solid #5cb811;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-green input.button-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #268a16;
	text-decoration: none;
	border: 1px solid #268a16;
}
#box-green input.button-green:hover {
	background: #306108;
}

#box-green td{
	color: #FFF;
}

/*
 * Download Box (Tangerine)
 */

#box-tangerine  {
	padding: 10px 5px;
	background: #f2ab1e url(images/download-white.png) top left no-repeat;
	border: 1px solid #f2ab1e;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-tangerine input.button-tangerine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #c92200;
	text-decoration: none;
	border: 1px solid #c92200;
}
#box-tangerine input.button-tangerine:hover {
	background: #e65f44;
}

#box-tangerine td{
	color: #FFF;
}

/*
 * Download Box (Kimberly)
 */

#box-kimberly {
	padding: 10px 5px;
	background: #666699 url(images/download-white.png) top left no-repeat;
	border: 1px solid #666699;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-kimberly input.button-kimberly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #314179;
	text-decoration: none;
	border: 1px solid #314179;
}
#box-kimberly input.button-kimberly:hover {
	background: #3b5898;
}

#box-kimberly td{
	color: #FFF;
}

/*
 * Download Box (Eucalyptus)
 */

#box-eucalyptus {
	padding: 10px 5px;
	background: #218559 url(images/download-white.png) top left no-repeat;
	border: 1px solid #218559;
	height: 100%;
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin: 10px auto;
}
#box-eucalyptus input.button-eucalyptus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	margin: 11px auto;
	cursor: pointer;
	background: #025A34;
	text-decoration: none;
	border: 1px solid #025A34;
}
#box-eucalyptus input.button-eucalyptus:hover {
	background: #027644;
}

#box-eucalyptus td{
	color: #FFF;
}