/*** CSS of Pricing Table ***/

/** Start of General **/

/* Background */


/** End of General **/


/*--------------------------------------------------------------------------------------------------------------*/

/** Pricing Table (You need this. Anything else above is just for background) **/

.pricetable_C table   {
	width:960px;
	height:520px;
	border-spacing: 0;
	margin: 0 auto;
	/* font-family: "Arial"; */ 
	font-size:18px; 
}

.pricetable_C th {
	width: 304px;
	height: 73px;
    text-align: center;    
	outline: none;
	background: #24366c;
	color: #ffffff;
    font-weight: 600;
    border: 1px solid #000000;
    /*
	border-top: 1px solid #484d50;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #484d50;
    */
}

/* You can enable it or remove it and you will see, what it change :) */
/*
.pricetable_C th:first-child{ 
	background:none;
	border:none;
	font-size:0px;
}
*/
.pricetable_C td {
	width:304px;
	height:73px;
    padding: 0 2px;    
	text-align: center;
	color:#31383b;
	/*background: #f0f0f0; */
	border: 1px solid #3d3d3d;
}


.pricetable_C tr > td#bgtitle {
    text-align: left;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 18px;
	color: #000000;
	border: 1px solid #3d3d3d;
    /*
	background: #f0f4f9;
    border-bottom: 1px solid #d35443;
	border-left: 1px solid #db5a48;
	border-right: 1px solid #db5a48;
    */
}

.pricetable_C tr > td a{
	color:white;
	position:relative;
	padding:10px;
	width:124px;
	outline:none;
	text-decoration:none;
	border-radius: 4px;
	   -webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
}

.pricetable_C tr > td a:active{
	color:white;
	position:relative;
	padding:10px;
	width:124px;
	outline:none;
	background: #dc5a49; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjNWE0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYzZiNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dc5a49 0%, #ec6b59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dc5a49), color-stop(100%,#ec6b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dc5a49 0%,#ec6b59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dc5a49 0%,#ec6b59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dc5a49 0%,#ec6b59 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dc5a49 0%,#ec6b59 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc5a49', endColorstr='#ec6b59',GradientType=0 ); /* IE6-8 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-top: 1px solid white;
}

.pricetable_C tr:first-child(even) {
    background: #ffffff;
}

.pricetable_C tr:nth-child(odd) {
    background: #f0f4f9;
}

.pricetable_D table   {
	width:500px;
	height:20px;
	border-spacing: 0;
	margin: 0 auto;
	/* font-family: "Arial"; */ 
	font-size:18px; 
	margin-bottom:50px;
}

.pricetable_D td {
	/*width:304px;*/
	/*height:73px;*/
    padding: 5px;    
	text-align: center;
	color:#31383b;
	/*background: #f0f0f0; */
	border: 1px solid #3d3d3d;
}

/** End of Pricing Table **/

/*** End of CSS for Pricing Table ***/

/* Credits : This pricing table was created by. Torteen | http://torteen.deviantart.com/ */
/* Do not delete these credits. It is just one thing what I want leave here. */
/* Thanks for using my "Pricing Table" and sorry for English ;) */

/*--------------------------------------------------------------------------------------------------------------*/